| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Enumerations
TFineWordAttributes enumeration constants are used to specify the word attributes.
enum TFineWordAttributes {
FWA_NotWord = BIT_FLAG( 1 ),
FWA_SplitWord = BIT_FLAG( 2 ),
FWA_HyphenatedWord = BIT_FLAG( 3 )
};
| Name | Description |
|---|---|
| FWA_NotWord | Non-word part of the text such as a space, punctuation, and so on. In this case, there should be the only one word variant with FWVT_Original type. |
| FWA_SplitWord | A part of a long word. |
| FWA_HyphenatedWord | The word contains two parts separated by a new line. The word with this flag is always the last one in the text line. You should ignore the rectangle of a word with this attribute. |