Subject: Inquiry About OCR Feature for Scanning and Recognizing Specific Parts
Hello Aspose Team,
I am interested in using Aspose OCR for a specific use case and have the following questions:
- Automated Recognition:
I want to scan a paper using a camera and automatically recognize the required part of the document.
Does Aspose OCR support automatic detection of specific regions?
- Handling Shapes and Layouts:
Can I define the radius of a circle for recognition?
Is it possible to customize the number of rows and columns to be processed?
- Pricing and Licensing:
Is this feature available for free, or is it part of a paid plan?
If paid, what is the starting price for a single developer license?
- Support and Documentation:
Could you provide documentation or examples related to my use case?
Looking forward to your response. Thank you!
Best regards,
Veera-SchoolCanvas
@Veera127
Can you please specify which specific parts of the document you want to recognize using Aspose OCR? Additionally, please clarify if you are looking for examples or documentation for all the mentioned features or just specific ones.
Hello, @Veera127
Optical Mark Recognition (OMR) systems like Aspose.OMR depend on the full form layout to properly detect and (which is even more important) interpret marks. If only a cropped portion of the form is processed, the system loses the necessary context, resulting in inaccurate or meaningless recognition results.
However, if you are referring to Aspose.OCR, not OMR, the answer is “yes” - the library supports text extraction from a specified area. For more details, including examples and a live demo, refer to this documentation article: Extracting text inside a rectangle|Documentation. The library can also automatically detect text areas to process multi-column documents (DetectAreasMode.MULTICOLUMN|Documentation) and automatically find the coordinates of image regions containing text (Working with image regions|Documentation).
Like all other Aspose.OCR features, this functionality is included in the standard license: Pricing information | Aspose.OCR for .NET