Click or drag to resize

Tesseract5EngineRecognize Method (AtalaImage)

Performs optical character recognition of the image or images.

Namespace:  Atalasoft.Ocr.Tesseract
Assembly:  Atalasoft.dotImage.Ocr.Tesseract5 (in Atalasoft.dotImage.Ocr.Tesseract5.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override OcrPage Recognize(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image on which to perform OCR.

Return Value

Type: OcrPage
Remarks
Once the Recognize method is called the RecognitionCulture is fixed and cannot be changed.
See Also