Click or drag to resize

OcrEngine.Recognize 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public virtual OcrDocument Recognize(
	ImageSource images
)

Parameters

images
Type: Atalasoft.Imaging.ImageSource
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