Click or drag to resize

OcrEngineRecognize Method (ImageSource)

Recognize a set of AtalaImage objects as an entire document.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual OcrDocument Recognize(
	ImageSource images
)

Parameters

images
Type: Atalasoft.ImagingImageSource
A set of images to recognize.

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