<< Back to the snippet list
Extract Text From a Specific Part of the Image Using Aspose.OCR
This technical tip shows how to Extract Text from Specific Part of the Image. Aspose.OCR for .NET provides OcrEngine class to extract text from a specific part of the image document. The OcrEngine class requires following three items for character recognition:
1. Source Image
2. Language
3. Resource file
Steps to Extract Text from a Specific Recognition Block
Below are the steps to perform OCR on image using OcrEngine class of Aspose.OCR for .NET component.
1. Create an instance of OcrEng
Extract Text from Specific Part of the Image
do OCR on a Specific Block of Image
Set the image file
perform OCR on image
OcrEngine class
character recognition