Document Intelligence (formerly Form Recognizer) uses AI to extract text, tables, key-value pairs, and structure from PDFs, images, and scanned documents.
| Model | Extracts | Use Case |
|---|---|---|
| Read | Text and structure from any document | General OCR, digitization |
| Layout | Tables, figures, sections, paragraphs | Complex document parsing |
| Invoice | Vendor, amounts, line items, dates | Accounts payable automation |
| Receipt | Merchant, total, items, tax | Expense management |
| ID Document | Name, DOB, document number | Identity verification |
| Custom | Your defined fields | Industry-specific forms |
Document Intelligence is crucial for RAG pipelines — it converts unstructured PDFs into structured text that can be chunked, embedded, and indexed in Azure AI Search.