Click or drag to resize
TesseractOcrJobResponse Properties

The TesseractOcrJobResponse type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the Document that allows programatic access to the ocr document in a structured way.
Public propertyEllapsedTime
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.
Public propertyErrorCode
Gets the error code of the result of the ocr job if an error occurred.
Public propertyErrorMessage
Gets the error message of the result of the ocr job if an error occurred.
Public propertyHOCRText
Gets the document text in HOCR format.
Public propertyOrientationAndScript
Gets the orientation and script detected in the ocr job.
Public propertyPdfResultFilePath
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.
Public propertyStatus
Gets the status code of the ocr job execution.
Public propertyTag
Gets or sets the object that contains data about the document.
Public propertyText
Gets the text of the full document.
Top
See Also