Tesseract3EngineRecognize Method (AtalaImage) |
Performs optical character recognition of the image or images.
Namespace:
Atalasoft.Ocr.Tesseract
Assembly:
Atalasoft.dotImage.Ocr.Tesseract3 (in Atalasoft.dotImage.Ocr.Tesseract3.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override OcrPage Recognize(
AtalaImage image
)
Public Overrides Function Recognize (
image As AtalaImage
) As OcrPage
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The image on which to perform OCR.
Return Value
Type:
OcrPageRemarks Once the Recognize method is called the RecognitionCulture is fixed and cannot be changed.
See Also