Ocr |
The OcrResultIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| ChoiceIterator | Gets instance of OcrChoiceIterator class. | |
| Handle | Handle to internal tesseract iterator | |
| PageIterator | Gets instance of OcrPageIterator class. | |
| SymbolIsDropcap | Returns true if the current symbol is a dropcap. If iterating at a higher level object than symbols, eg words, then this will return the attributes of the first symbol in that word. | |
| SymbolIsSubscript | Returns true if the current symbol is a subscript. If iterating at a higher level object than symbols, eg words, then this will return the attributes of the first symbol in that word. | |
| SymbolIsSuperscript | Returns true if the current symbol is a superscript. If iterating at a higher level object than symbols, eg words, then this will return the attributes of the first symbol in that word. | |
| WordFontId | Gets the font id. | |
| WordFontName | Gets a font name of the word | |
| WordIsBold | Check whether a font of the word is bold. | |
| WordIsFromDictionary | Returns true if the current word was found in a dictionary. | |
| WordIsItalic | Check whether a font of the word is italic. | |
| WordIsMonospace | Check whether a font of the word is monospace. | |
| WordIsNumeric | Returns true if the current word is numeric. | |
| WordIsSerif | Check whether a font of the word is a serif font. | |
| WordIsSmallCaps | Check whether a font of the word have a small caps | |
| WordIsUnderlined | Check whether a font of the word is underlined. | |
| WordPointSize | Gets the point size of the font. Pointsize is returned in printers points (1/72 inch.) | |
| WordRecognitionLanguage | Return the name of the language used to recognize this word. |