Click or drag to resize

GlyphReaderEngineRecognize Method (AtalaImage)

Perform OCR on a specified AtalaImage.

Namespace:  Atalasoft.Ocr.GlyphReader
Assembly:  Atalasoft.dotImage.Ocr.GlyphReader (in Atalasoft.dotImage.Ocr.GlyphReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override OcrPage Recognize(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage to OCR.

Return Value

Type: OcrPage
An OcrPage with the results from OCR.
See Also