メインコンテンツへスキップ
AEM_ で始まるフラグは、ライセンスによって利用可能性が決まる 可能な ABBYY FineReader Engine モジュール を示すために使用されます。ILicense::AvailableEngineModules プロパティは、これらのフラグ値のうち 0 個以上をビットORで結合した値を返します。各セットビットは、対応する ABBYY FineReader Engine モジュールがライセンスで利用可能であることを示します。
module AvailableEngineModulesFlags
{
  const int AEM_ProcessAsPlainText    = 0x00000001;
  const int AEM_Process               = 0x00000002;
  const int AEM_Analyze               = 0x00000004;
  const int AEM_Recognize             = 0x00000008;
  const int AEM_Synthesize            = 0x00000010;
  const int AEM_OMR                   = 0x00000020;
  const int AEM_ExtendedCharacterInfo = 0x00000040;
  const int AEM_OpenPDF               = 0x00000080;
  const int AEM_UserPatterns          = 0x00000100;
  const int AEM_CameraOCR             = 0x00000800;
  const int AEM_ColorFiltering        = 0x00001000;
  const int AEM_BCR                   = 0x00002000;
  const int AEM_Classification        = 0x00004000;
  const int AEM_MRZCapture            = 0x00008000;
  const int AEM_OpenOfficeFormats     = 0x00010000;
  const int AEM_Comparator            = 0x00020000;
};

要素

名前説明
AEM_Analyze分析 モジュール。
AEM_BCR名刺認識 モジュール。
AEM_CameraOCRカメラ OCR モジュール。
AEM_Classificationドキュメント分類 モジュール。
AEM_ColorFilteringカラー フィルタリング モジュール。
AEM_Comparatorドキュメントの比較 モジュール。
AEM_ExtendedCharacterInfo拡張文字情報 モジュール。
AEM_MRZCaptureMRZCapture モジュール。
AEM_OMROMR モジュール。
AEM_OpenOfficeFormatsオフィス形式の開く モジュール。注記: Windows および Linux で利用可能。
AEM_OpenPDFPDF の開く モジュール。
AEM_Process処理 モジュール。
AEM_ProcessAsPlainTextプレーンテキストとして処理 モジュール。
AEM_Recognize認識 モジュール。
AEM_Synthesize合成 モジュール。
AEM_UserPatternsユーザー パターン モジュール。

使用先

License ABBYY FineReader Engine 12 Modules