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
)
Public Overridable Function Recognize (
images As ImageSource
) As OcrDocument
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