Click or drag to resize
TesseractOcrJobResponsePageDocument Property
Gets the Document that allows programatic access to the ocr document page in a structured way.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public TesseractOcrDocument Document { get; }

Property Value

Type: TesseractOcrDocument
The page ocr results as a structured document as TesseractOcrDocument.
See Also