Click or drag to resize
TesseractOcrJobResponsePage Properties

The TesseractOcrJobResponsePage type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the Document that allows programatic access to the ocr document page in a structured way.
Public propertyEllapsedTime
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.
Public propertyOrientationAndScript
Gets the orientation and script detected in the page.
Public propertyPageIndex
Gets the page index of the processed document.
Public propertyProcessedImage
Gets the page image used internally by the ocr engine.
Public propertyText
Gets the text of the document page.
Top
See Also