跳转到主要内容
带有 AEM_ 前缀的标志用于表示ABBYY FineReader Engine 可能提供的模块,其可用性取决于许可证。ILicense::AvailableEngineModules 属性返回这些标志值中零个或多个按位 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;
};

元素

Name描述
AEM_Analyze分析 模块。
AEM_BCR名片识别 模块。
AEM_CameraOCRCamera OCR 模块。
AEM_Classification文档分类 模块。
AEM_ColorFiltering颜色过滤 模块。
AEM_Comparator文档比较 模块。
AEM_ExtendedCharacterInfo扩展字符信息 模块。
AEM_MRZCaptureMRZCapture 模块。
AEM_OMROMR 模块。
AEM_OpenOfficeFormats打开 Office 格式 模块。注意:适用于 Windows 和 Linux。
AEM_OpenPDF打开 PDF 模块。
AEM_Process处理 模块。
AEM_ProcessAsPlainText按纯文本处理 模块。
AEM_Recognize识别 模块。
AEM_Synthesize合成 模块。
AEM_UserPatterns用户模式 模块。

用于以下内容

许可证 ABBYY FineReader Engine 12 模块