| 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 TesseractOcrTextBlock 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.
  | |
| Text | 
Gets the document content as a text string.
  |