TesseractOcrDocument Properties |
The TesseractOcrDocument type exposes the following members.
Name | Description | |
---|---|---|
AllChars |
Represents a list of all instances of TesseractOcrChar that are present in the OcrDocument.
Provides methods to search, sort, and manipulate that list
| |
AllParagraphs |
Represents a list of all instances of TesseractOcrParagraph that are present in the OcrDocument.
Provides methods to search, sort, and manipulate that list
| |
AllTextLines |
Represents a list of all instances of TesseractOcrTextLine that are present in the OcrDocument.
Provides methods to search, sort, and manipulate that list
| |
AllWords |
Represents a list of all instances of TesseractOcrWord that are present in the OcrDocument.
Provides methods to search, sort, and manipulate that list
| |
Blocks |
Represents a list of all instances of TesseractOcrBlock that are present in the OcrDocument.
Provides methods to search, sort, and manipulate that list
| |
HOCRText |
Gets the document content as a string in HOCR format.
| |
PageIndex |
Get the page index (1 based) of the image that this document refers to.
| |
Text |
Gets the document content as a text string.
|