Tesseract3EngineRecognize Method (AtalaImage, Rectangle) |
Recognize only within a specific rectangle in an AtalaImage.
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 virtual OcrPage Recognize(
AtalaImage image,
Rectangle bounds
)
Public Overridable Function Recognize (
image As AtalaImage,
bounds As Rectangle
) As OcrPage
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:
OcrPageReturns OcrPage object which is transformed from AtalaImage. Recognize only within a specific rectangle in an AtalaImage.
See Also