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.5.0.0.0.156 (.NET 4.6.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