Click or drag to resize

OcrDocument Constructor

Constructs a new OcrDocument object.

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 OcrDocument()

Return Value

Type: 
A new OcrDocument object.
Remarks
Avoid calling this constructor directly. Instead use the OcrDocument method in BasicOcrFactory, or a class implementing IOcrFactory.
See Also