Zum Hauptinhalt springen
Die mit ATT_ vorangestellten Flags werden verwendet, um die möglichen ABBYY FineReader Engine-Texttypen zu kennzeichnen, deren Verfügbarkeit von der Lizenz abhängt. Die Eigenschaft ILicense::AvailableTextTypes gibt eine bitweise ODER-Verknüpfung von null oder mehr dieser Flag-Werte zurück, wobei jedes gesetzte Bit angibt, dass der entsprechende Texttyp in der Lizenz verfügbar ist.
module AvailableTextTypesFlags
{
  const int ATT_Normal      = 0x00000001;
  const int ATT_Typewriter  = 0x00000002;
  const int ATT_Matrix      = 0x00000004;
  const int ATT_Index       = 0x00000008;
  const int ATT_OCR_A       = 0x00000010;
  const int ATT_OCR_B       = 0x00000020;
  const int ATT_MICR_E13B   = 0x00000040;
  const int ATT_Gothic      = 0x00000080;
  const int ATT_MICR_CMC7   = 0x00000100;
  const int ATT_Advanced    = 0x00000200;
  const int ATT_Receipt     = 0x00000400;
};

Elemente

Flag-NameBeschreibung
ATT_AdvancedNormaler Texttyp mit niedriger Auflösung (TextTypeEnum::TT_Normal und die Eigenschaft IRecognizerParams::LowResolutionMode ist auf TRUE gesetzt).
ATT_GothicGotischer Texttyp (TextTypeEnum::TT_Gothic). Nur verfügbar, wenn das ABBYY FineReader XIX-Modul vorhanden ist.
ATT_IndexIndex-Texttyp (TextTypeEnum::TT_Index).
ATT_MatrixMatrix-Texttyp (TextTypeEnum::TT_Matrix).
ATT_MICR_E13BE13B-Sprache und MICR-Texttyp (TextTypeEnum::TT_MICR_E13B).
ATT_MICR_CMC7CMC7-Sprache und MICR-Texttyp (TextTypeEnum::TT_MICR_CMC7).
ATT_NormalNormaler Texttyp (TextTypeEnum::TT_Normal).
ATT_OCR_AOCR-A-Sprache und Texttyp (TextTypeEnum::TT_OCR_A).
ATT_OCR_BOCR-B-Sprache und Texttyp (TextTypeEnum::TT_OCR_B).
ATT_ReceiptBeleg-Texttyp (TextTypeEnum::TT_Receipt).
ATT_TypewriterSchreibmaschinen-Texttyp (TextTypeEnum::TT_Typewriter).

Verwendet in

Lizenz ABBYY FineReader Engine 12 Module