Tesseract3EngineRecognize Method (ImageSource) |
Recognize a set of AtalaImage objects as an entire document.
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 OcrDocument Recognize(
ImageSource imgSrc
)
Public Overrides Function Recognize (
imgSrc As ImageSource
) As OcrDocument
Parameters
- imgSrc
- Type: Atalasoft.ImagingImageSource
The source of images for the OCR process.
Return Value
Type:
OcrDocument A new OcrDocument containing one page for every image in the collection.
Remarks This method is likely to go away in the future.
See Also