| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Enumerations
TFineTextBlockAttributes enumeration constants are used to get the attributes of the text block.
typedef enum tagTFineTextBlockAttributes {
FTBA_AutodetectInversion = VARIANT_FALSE,
FTBA_CjkVertivalBlock = BIT_FLAG( 0 ),
FTBA_InvertedTextBlock = BIT_FLAG( 1 )
} TFineTextBlockAttributes;
| Name | Description |
|---|---|
| FTBA_AutodetectInversion | Inversion of the text block must be detected regardless of FTBA_InvertedTextBlock value.
By default not defined. Note! During the analysis step this flag is not used because inversion is always detected. |
| FTBA_CjkVertivalBlock | The text block contains vertical CJK text. |
| FTBA_InvertedTextBlock | The text block is inverted, i.e. has white text on the black background. |