TesseractOcrDocument Class |
Namespace: DevScope.Ocr.Tesseract.WindowsPhone
The TesseractOcrDocument type exposes the following members.
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 | |
---|---|---|
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.
|