> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/parser/microsoft-form-recognizer.md).

# Microsoft Form Recognizer

## Microsoft Form Recognizer

The **Settings > Configuration > Parser** section includes Microsoft Form Recognizer settings that control how the Aisera platform routes PDFs to Azure's Form Recognizer service for advanced parsing. These are tenant-level defaults that can be overridden at the data source level.

### Microsoft Form Recognizer (Additional charges may occur)

| **Type**    | Checkbox |
| ----------- | -------- |
| **Default** | Disabled |

When enabled, the parser routes qualifying PDFs to [Microsoft's Form Recognizer](https://azure.microsoft.com/en-us/products/ai-foundry/tools/document-intelligence) service instead of standard PDF-to-HTML conversion. Form Recognizer produces structured HTML that more accurately reflects complex layouts, including multi-column text, dense tables, and scanned content. Enable this for data sources containing PDFs that standard parsing handles poorly.

This setting requires two additional configurations before it has any effect: the tenant must have a Form Recognizer integration configured, and **Pdf Names** must specify which PDFs to route. Enabling this checkbox without both in place routes no documents to Form Recognizer.

{% hint style="danger" %}
Additional Azure service charges apply for each document analyzed. Configure **Pdf Names** carefully to limit scope. By enabling this feature, you agree that Aisera will send documents to Microsoft's Form Recognizer service for analysis.
{% endhint %}

See also: [Pdf Names](/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/parser.md#pdf-names)

### Enable images in Form Recognizer

| **Type**    | Checkbox |
| ----------- | -------- |
| **Default** | Disabled |

When enabled, the parser extracts the location and content of images embedded in a PDF alongside the standard Form Recognizer text analysis. For any region where Form Recognizer would otherwise output text overlapping an image boundary, the parser replaces that text with the image itself, embedded inline in the parsed output. This preserves diagrams, charts, and technical illustrations at their original positions rather than losing them to garbled text. Enable this for PDFs where embedded images are integral to the content, such as technical documentation or knowledge base articles with diagrams.

{% hint style="info" %}
This setting applies only to PDFs with selectable text that also contain embedded images. It does not apply to fully scanned image-only PDFs processed through OCR.
{% endhint %}

See also: [Microsoft Form Recognizer (Additional charges may occur)](#microsoft-form-recognizer-additional-charges-may-occur)
