Click or drag to resize

OcrResultIterator Properties

The OcrResultIterator type exposes the following members.

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