| TesseractOcrJobResponsePage Class |
Namespace: DevScope.Ocr.Tesseract.Windows
The TesseractOcrJobResponsePage type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrJobResponsePage |
Initializes a new instance of the TesseractOcrJobResponsePage class.
|
| Name | Description | |
|---|---|---|
| Dispose |
Finalizes an instance of the TesseractOcrJobResponsePage class.
| |
| Dispose(Boolean) | Releases the unmanaged resources used by the TesseractOcrJobResponsePage and optionally releases the managed resources | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (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 page in a structured way.
| |
| EllapsedTime |
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.
| |
| OrientationAndScript |
Gets the orientation and script detected in the page.
| |
| PageIndex |
Gets the page index of the processed document.
| |
| ProcessedImage |
Gets the page image used internally by the ocr engine.
| |
| Text |
Gets the text of the document page.
|