Skip to content

Example of Aspose OCR#81

Merged
nielsbosma merged 4 commits into
Ivy-Interactive:mainfrom
adit-dhananjay:feat/aspose-ocr
Sep 29, 2025
Merged

Example of Aspose OCR#81
nielsbosma merged 4 commits into
Ivy-Interactive:mainfrom
adit-dhananjay:feat/aspose-ocr

Conversation

@adit-dhananjay

@adit-dhananjay adit-dhananjay commented Sep 25, 2025

Copy link
Copy Markdown
Contributor

Convert Image to text online

Develop an OCR example using Aspose OCR.
Similar example as https://products.aspose.app/ocr/scan-image (Basic only)

aspose-OCR-image-to-text

@adit-dhananjay
adit-dhananjay marked this pull request as draft September 25, 2025 12:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new OCR (Optical Character Recognition) web application using the Aspose OCR library and Ivy framework. The application allows users to upload images and extract text from them online, similar to the referenced Aspose OCR demo application.

  • Creates a complete Ivy web application with OCR functionality
  • Implements service layer abstraction for OCR operations using dependency injection
  • Provides a user-friendly interface for image upload and text extraction

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
README.md Project documentation with setup and deployment instructions
Program.cs Application entry point with server configuration and Chrome settings
Ivy.Aspose.OCR.Examples.sln Visual Studio solution file for project management
Ivy.Aspose.OCR.Examples.csproj Project configuration with dependencies and build settings
GlobalUsings.cs Global using statements for Ivy framework and system namespaces
OCRConnection.cs Connection implementation for dependency injection setup
IOCRService.cs Service interface defining OCR text extraction contract
AsposeOCRService.cs Concrete OCR service implementation using Aspose library
ImageToTextApp.cs Main UI application with file upload and OCR processing logic
.gitignore Git ignore rules for build artifacts and IDE files

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread aspose-ocr/Program.cs
Comment thread aspose-ocr/Apps/ImageToTextApp.cs Outdated
Comment thread aspose-ocr/Connections/OCR/Aspose/AsposeOCRService.cs Outdated
@rorychatt

Copy link
Copy Markdown
Collaborator

@adit-dhananjay when PR is ready mark it as ready.

@rorychatt

rorychatt commented Sep 25, 2025

Copy link
Copy Markdown
Collaborator

@adit-dhananjay sent you in discord a working example for your case, you had (i think) a bug in your code.

@adit-dhananjay
adit-dhananjay marked this pull request as ready for review September 26, 2025 07:32
@rorychatt

Copy link
Copy Markdown
Collaborator
image Make it the default app that opens

@rorychatt rorychatt left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment above, otherwise great job

@adit-dhananjay

Copy link
Copy Markdown
Contributor Author

image Make it the default app that opens

Resolved this comment.

@adit-dhananjay

Copy link
Copy Markdown
Contributor Author

@rorychatt All points are taken care. Please review and let me know if anything.

@nielsbosma
nielsbosma merged commit 67d61ae into Ivy-Interactive:main Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants