  | TesseractOcrJobResponsePageDocument Property  | 
Gets the Document that allows programatic access to the ocr document page in a structured way.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: 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; }<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Document As TesseractOcrDocument
	Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property TesseractOcrDocument^ Document {
	TesseractOcrDocument^ get ();
}Property Value
Type: 
TesseractOcrDocument
The page ocr results as a structured document as 
TesseractOcrDocument.
See Also