The ATT_ prefixed flags are used to denote the possible ABBYY FineReader Engine text types whose availability depends on the license. The ILicense::AvailableTextTypes property returns a bitwise OR combination of zero or more of these flags values, where each set bit indicates that the corresponding text type is available in the license.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Elements
| Flag name | Description |
|---|---|
| ATT\_Advanced | Normal text type with low resolution (TextTypeEnum::TT\_Normal and IRecognizerParams::LowResolutionMode property set to TRUE). |
| ATT\_Gothic | Gothic text type (TextTypeEnum::TT\_Gothic). Available if and only if the ABBYY FineReader XIX module is available. |
| ATT\_Index | Index text type (TextTypeEnum::TT\_Index). |
| ATT\_Matrix | Matrix text type (TextTypeEnum::TT\_Matrix). |
| ATT\_MICR\_E13B | E13B language and MICR text type (TextTypeEnum::TT\_MICR\_E13B). |
| ATT\_MICR\_CMC7 | CMC7 language and MICR text type (TextTypeEnum::TT\_MICR\_CMC7). |
| ATT\_Normal | Normal text type (TextTypeEnum::TT\_Normal). |
| ATT\_OCR\_A | OCR-A language and text type (TextTypeEnum::TT\_OCR\_A). |
| ATT\_OCR\_B | OCR-B language and text type (TextTypeEnum::TT\_OCR\_B). |
| ATT\_Receipt | Receipt text type (TextTypeEnum::TT\_Receipt). |
| ATT\_Typewriter | Typewriter text type (TextTypeEnum::TT\_Typewriter). |
