Click or drag to resize

OcrMutableIterator Properties

The OcrMutableIterator type exposes the following members.

Properties
 NameDescription
Public propertyChoiceIterator Gets instance of OcrChoiceIterator class.
(Inherited from OcrResultIterator)
Public propertyHandle Handle to internal tesseract iterator
(Inherited from OcrResultIterator)
Public propertyPageIterator Gets instance of OcrPageIterator class.
(Inherited from OcrResultIterator)
Public propertySymbolIsDropcap 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)
Public propertySymbolIsSubscript 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)
Public propertySymbolIsSuperscript 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)
Public propertyWordFontId Gets the font id.
(Inherited from OcrResultIterator)
Public propertyWordFontName Gets a font name of the word
(Inherited from OcrResultIterator)
Public propertyWordIsBold Check whether a font of the word is bold.
(Inherited from OcrResultIterator)
Public propertyWordIsFromDictionary Returns true if the current word was found in a dictionary.
(Inherited from OcrResultIterator)
Public propertyWordIsItalic Check whether a font of the word is italic.
(Inherited from OcrResultIterator)
Public propertyWordIsMonospace Check whether a font of the word is monospace.
(Inherited from OcrResultIterator)
Public propertyWordIsNumeric Returns true if the current word is numeric.
(Inherited from OcrResultIterator)
Public propertyWordIsSerif Check whether a font of the word is a serif font.
(Inherited from OcrResultIterator)
Public propertyWordIsSmallCaps Check whether a font of the word have a small caps
(Inherited from OcrResultIterator)
Public propertyWordIsUnderlined Check whether a font of the word is underlined.
(Inherited from OcrResultIterator)
Public propertyWordPointSize Gets the point size of the font. Pointsize is returned in printers points (1/72 inch.)
(Inherited from OcrResultIterator)
Public propertyWordRecognitionLanguage Return the name of the language used to recognize this word.
(Inherited from OcrResultIterator)
Top
See Also