Click or drag to resize

Tesseract5EngineRecognize Method (AtalaImage, Rectangle)

Recognize only within a specific rectangle in an AtalaImage.

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 virtual OcrPage Recognize(
	AtalaImage image,
	Rectangle bounds
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image on which to perform OCR.
bounds
Type: System.DrawingRectangle
The area of the image on which to perform OCR.

Return Value

Type: OcrPage
Returns OcrPage object which is transformed from AtalaImage. Recognize only within a specific rectangle in an AtalaImage.
See Also