| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure describes a character in the recognized text.
typedef struct tagCFineTextCharacter {
WCHAR Unicode;
WORD SmallLetterHeight;
RECT Rect;
DWORD Attributes;
BYTE Quality;
} CFineTextCharacter;
| Name | Type | Description |
|---|---|---|
| Attributes | DWORD | The OR combination of the TFineCharacterAttributes constants which specifies the attributes detected for this character. |
| Rect | RECT | Stores the bounding rectangle of a character or ligature. |
| SmallLetterHeight | WORD | Stores the height of a small letter for the detected font. |
| Quality | BYTE | Stores the character recognition quality. The value of this field must be in the range from FTCQ_Min to FTCQ_Max. |
| Unicode | WCHAR | Stores the character code in the Unicode standard. |