TesseractOcrJobResponse Class |
Namespace: DevScope.Ocr.Tesseract.WindowsPhone
The TesseractOcrJobResponse type exposes the following members.
Name | Description | |
---|---|---|
TesseractOcrJobResponse |
Initializes a new instance of the TesseractOcrJobResponse class.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Document |
Gets the Document that allows programatic access to the ocr document in a structured way.
| |
EllapsedTime |
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.
| |
ErrorCode |
Gets the error code of the result of the ocr job if an error occurred.
| |
ErrorMessage |
Gets the error message of the result of the ocr job if an error occurred.
| |
HOCRText |
Gets the document text in HOCR format.
| |
OrientationAndScript |
Gets the orientation and script detected in the ocr job.
| |
PdfResultFilePath |
Gets the filename with the absolute path to the pdf file created in the last ocr job, if the CreatePdfFile property of the TesseractOcrJobRequest was set to True.
Please note that it's up to the caller responsability to delete/manage the pdf file created.
| |
Status |
Gets the status code of the ocr job execution.
| |
Tag |
Gets or sets the object that contains data about the document.
| |
Text |
Gets the text of the full document.
|