Click or drag to resize

OmniPageEngineRecognize Method (ImageSource, OcrDocument, IForeignTranslator, Object)

Recognize a set of AtalaImage objects as an entire document.

Namespace:  Atalasoft.Ocr.OmniPage
Assembly:  Atalasoft.dotImage.Ocr.OmniPage (in Atalasoft.dotImage.Ocr.OmniPage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override OcrDocument Recognize(
	ImageSource images,
	OcrDocument document,
	IForeignTranslator xlator,
	ref Object translationObject
)

Parameters

images
Type: Atalasoft.ImagingImageSource
A set of images to recognize.
document
Type: Atalasoft.OcrOcrDocument
The recognized document.
xlator
Type: Atalasoft.OcrIForeignTranslator
Translator used to define how a document will be translated
translationObject
Type: SystemObject
An object is provided by the return value of the Prepare(OcrEngine, OcrDocument) method.

Return Value

Type: OcrDocument
A new OcrDocument containing one page for every image in the collection.
See Also