Skip to main content
The ALS_ prefixed flags are used to denote the possible ABBYY FineReader Engine language sets whose availability depends on the license. The ILicense::AvailableLanguageSets property returns a bitwise OR combination of zero or more of these flags values, where each set bit indicates that the corresponding ABBYY FineReader Engine language set is available in the license.
module AvailableLanguageSetsFlags
{
  const int ALS_Standard      = 0x00000001;
  const int ALS_DataCapture   = 0x00000002;
  const int ALS_Artificial    = 0x00000004;
  const int ALS_FineReaderXIX = 0x00000008;
  const int ALS_Programming   = 0x00000010;
  const int ALS_User          = 0x00000020;
  const int ALS_Chinese       = 0x00000040;
  const int ALS_Hebrew        = 0x00000080;
  const int ALS_Thai          = 0x00000100;
  const int ALS_Vietnamese    = 0x00000200;
  const int ALS_Arabic        = 0x00000400;
  const int ALS_Japanese      = 0x00000800;
  const int ALS_Korean        = 0x00001000;
  const int ALS_Burmese       = 0x00002000;
  const int ALS_Farsi         = 0x00004000;
};

Elements

NameDescription
ALS\_ArabicArabic language module.
ALS\_ArtificialArtificial languages module.
ALS\_BurmeseBurmese language module.
ALS\_ChineseChinese language module.
ALS\_DataCaptureNatural for Data Capture languages module.
ALS\_FarsiFarsi language module.
ALS\_FineReaderXIXFineReader XIX languages module.
ALS\_HebrewHebrew languages module.
ALS\_JapaneseJapanese language module.
ALS\_KoreanKorean language module.
ALS\_ProgrammingProgramming languages module.
ALS\_StandardNatural languages module.
ALS\_ThaiThai languages module.
ALS\_UserUser (Custom) OCR Languages module.
ALS\_VietnameseVietnamese languages module.

Used in

License ABBYY FineReader Engine 12 Modules