跳轉到主要內容
帶有 ATT_ 前綴的旗標,用於表示ABBYY FineReader Engine 可能的文字類型,其是否可用取決於授權。ILicense::AvailableTextTypes 屬性回傳由這些旗標值中的零個或多個以位元 OR 運算組合而成的值,其中每個已設定位元都表示授權中可使用對應的文字類型。
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;
};

元素

旗標名稱說明
ATT_Advanced低解析度的一般文字類型 (TextTypeEnum::TT_Normal,且 IRecognizerParams::LowResolutionMode 屬性設為 TRUE) 。
ATT_GothicGothic 文字類型 (TextTypeEnum::TT_Gothic) 。僅在 ABBYY FineReader XIX 模組可用時提供。
ATT_Index索引文字類型 (TextTypeEnum::TT_Index) 。
ATT_Matrix點陣文字類型 (TextTypeEnum::TT_Matrix) 。
ATT_MICR_E13BE13B 語言和 MICR 文字類型 (TextTypeEnum::TT_MICR_E13B) 。
ATT_MICR_CMC7CMC7 語言和 MICR 文字類型 (TextTypeEnum::TT_MICR_CMC7) 。
ATT_Normal一般文字類型 (TextTypeEnum::TT_Normal) 。
ATT_OCR_AOCR-A 語言和文字類型 (TextTypeEnum::TT_OCR_A) 。
ATT_OCR_BOCR-B 語言和文字類型 (TextTypeEnum::TT_OCR_B) 。
ATT_Receipt收據文字類型 (TextTypeEnum::TT_Receipt) 。
ATT_Typewriter打字機文字類型 (TextTypeEnum::TT_Typewriter) 。

用於

授權 ABBYY FineReader Engine 12 模組