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

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public TesseractOcrDocument Document { get; }

Property Value

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