> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AvailableEngineModulesFlags

The AEM\_ prefixed flags are used to denote [the possible ABBYY FineReader Engine modules](/fine-reader/engine/licensing/modules) whose availability depends on the license. The [ILicense::AvailableEngineModules](/fine-reader/engine/api-reference/license-related-objects/license#availableenginemodules) 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 module is available in the license.

```
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;
};
```

## Elements

| Name                         | Description                                                                                                                         |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| AEM\\\_Analyze               | [Analysis](/fine-reader/engine/licensing/modules#analysis) module.                                                                  |
| AEM\\\_BCR                   | [Business Card Recognition](/fine-reader/engine/licensing/modules#business_card_recognition) module.                                |
| AEM\\\_CameraOCR             | [Camera OCR](/fine-reader/engine/licensing/modules#camera_ocr) module.                                                              |
| AEM\\\_Classification        | [Document Classification](/fine-reader/engine/licensing/modules#document_classification) module.                                    |
| AEM\\\_ColorFiltering        | [Color Filtering](/fine-reader/engine/licensing/modules#color_filtering) module.                                                    |
| AEM\\\_Comparator            | [Compare Documents](/fine-reader/engine/licensing/modules#comparedocuments) module.                                                 |
| AEM\\\_ExtendedCharacterInfo | [Extended Character Info](/fine-reader/engine/licensing/modules#extended_character_info) module.                                    |
| AEM\\\_MRZCapture            | [MRZCapture](/fine-reader/engine/licensing/modules#mrzcapture) module.                                                              |
| AEM\\\_OMR                   | [OMR](/fine-reader/engine/licensing/modules#omr) module.                                                                            |
| AEM\\\_OpenOfficeFormats     | [Office Formats Opening](/fine-reader/engine/licensing/modules#officeformatsopening) module. Note: Available for Windows and Linux. |
| AEM\\\_OpenPDF               | [PDF Opening](/fine-reader/engine/licensing/modules#openpdf) module.                                                                |
| AEM\\\_Process               | [Processing](/fine-reader/engine/licensing/modules#processing) module.                                                              |
| AEM\\\_ProcessAsPlainText    | [Processing as Plain Text](/fine-reader/engine/licensing/modules#processing_as_plain_text) module.                                  |
| AEM\\\_Recognize             | [Recognition](/fine-reader/engine/licensing/modules#recognition) module.                                                            |
| AEM\\\_Synthesize            | [Synthesis](/fine-reader/engine/licensing/modules#synthesis) module.                                                                |
| AEM\\\_UserPatterns          | [User Patterns](/fine-reader/engine/licensing/modules#userpatterns) module.                                                         |

## Used in

[License](/fine-reader/engine/api-reference/license-related-objects/license)

[ABBYY FineReader Engine 12 Modules](/fine-reader/engine/licensing/modules)
