Click or drag to resize

IPROCHARACTER Structure

This is a recognized data structure.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[ComVisibleAttribute(true)]
[GuidAttribute("5DB72206-F009-49A8-8907-13F544010E28")]
public struct IPROCHARACTER

The IPROCHARACTER type exposes the following members.

Fields
  NameDescription
Public fieldBackColor
Background color. For more information see the BackColor property of the Character object.
Public fieldBaseLine
Y coordinate of the baseline measured from the top of the page.
Public fieldCertainWord
True if the word containing the letter is a word that was recognized with high confidence.
Public fieldCode
Character code in UNICODE. For more information see the Code property of the Character object.
Public fieldConfidence
Confidence number. For more information see the Confidence property of the Character object.
Public fieldData
Data attribute flag. For more information see the Data property of the Character object.
Public fieldFont
Font formatting attribute flag. For more information see the Font property of the Character object.
Public fieldFontSize
Font size of the character measured in points.
Public fieldForeColor
Foreground color. For more information see the ForeColor property of the Character object.
Public fieldGuesses
Lists the possibilities for a character during the OCR process.
Public fieldHeight
Height of the rectangle containing the character. Measured in TWIPS.
Public fieldLanguage
Primary language attribute. For more information see the Language property of the Character object.
Public fieldLanguage2
Secondary language attribute. See the Language2 property of the Character object.
Public fieldleft
X coordinate of the left edge of the rectangle containing the character. Measured in TWIPS.
Public fieldpadding
Padding field for the 64 bit structure adjustment.
Public fieldSpaceCount
Number of spaces that the character occupies.
Public fieldSpaceType
If the recognized character is of type Space, this is its type.
Public fieldSuggestions
Lists the possible words that can contain the suspicious character.
Public fieldtop
Y coordinate of the top edge of the rectangle containing the character. Measured in TWIPS.
Public fieldWidth
Width of the rectangle containing the character. Measured in TWIPS.
Top
Remarks

As the result of the recognition process the recognition data will consist of this type of structure for each recognized character. This is the most detailed information available about the recognized characters.

See Also