Click or drag to resize

Tesseract5EngineRecognize Method (ImageSource)

Recognize a set of AtalaImage objects as an entire document.

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 OcrDocument Recognize(
	ImageSource imgSrc
)

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