OcrEngineRecognize Method (ImageSource, OcrDocument, IForeignTranslator, Object) |
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 protected virtual OcrDocument Recognize(
ImageSource images,
OcrDocument document,
IForeignTranslator xlator,
ref Object translationObject
)
Protected Overridable Function Recognize (
images As ImageSource,
document As OcrDocument,
xlator As IForeignTranslator,
ByRef translationObject As Object
) As OcrDocument
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:
OcrDocumentA new
OcrDocument containing one page for every image in the collection.
See Also