Ocr |
The OcrMutableIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| ChoiceIterator |
Gets instance of OcrChoiceIterator class.
(Inherited from OcrResultIterator) | |
| Handle |
Handle to internal tesseract iterator
(Inherited from OcrResultIterator) | |
| PageIterator |
Gets instance of OcrPageIterator class.
(Inherited from OcrResultIterator) | |
| 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.
(Inherited from OcrResultIterator) | |
| 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.
(Inherited from OcrResultIterator) | |
| 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.
(Inherited from OcrResultIterator) | |
| WordFontId |
Gets the font id.
(Inherited from OcrResultIterator) | |
| WordFontName |
Gets a font name of the word
(Inherited from OcrResultIterator) | |
| WordIsBold |
Check whether a font of the word is bold.
(Inherited from OcrResultIterator) | |
| WordIsFromDictionary |
Returns true if the current word was found in a dictionary.
(Inherited from OcrResultIterator) | |
| WordIsItalic |
Check whether a font of the word is italic.
(Inherited from OcrResultIterator) | |
| WordIsMonospace |
Check whether a font of the word is monospace.
(Inherited from OcrResultIterator) | |
| WordIsNumeric |
Returns true if the current word is numeric.
(Inherited from OcrResultIterator) | |
| WordIsSerif |
Check whether a font of the word is a serif font.
(Inherited from OcrResultIterator) | |
| WordIsSmallCaps |
Check whether a font of the word have a small caps
(Inherited from OcrResultIterator) | |
| WordIsUnderlined |
Check whether a font of the word is underlined.
(Inherited from OcrResultIterator) | |
| WordPointSize |
Gets the point size of the font. Pointsize is returned in printers points (1/72 inch.)
(Inherited from OcrResultIterator) | |
| WordRecognitionLanguage |
Return the name of the language used to recognize this word.
(Inherited from OcrResultIterator) |