Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
What is Azure Document Intelligence in Foundry Tools?
This content applies to: π checkmark
v4.0 (GA) | Prior versions: π blue-checkmark
v3.1 (GA) π red-checkmark
v3.0 (retiring) π red-checkmark
v2.1 (retiring)
This content applies to: π checkmark
v3.1 (GA) | Latest version: π purple-checkmark
v4.0 (GA) | Prior versions: π blue-checkmark
v3.0 π blue-checkmark
v2.1
This content applies to: π red-checkmark
v3.0 (retiring) | Latest versions: π purple-checkmark
v4.0 (GA) π purple-checkmark
v3.1 | Previous version: π blue-checkmark
v2.1 (retiring)
This content applies to: π red-checkmark
v2.1 | Latest version: π blue-checkmark
v4.0 (GA)
Azure Document Intelligence in Foundry Tools is a cloud-based Foundry Tools service that you can use to build intelligent document processing solutions. Massive amounts of data, spanning various data types, are stored in forms and documents. You can use Azure Document Intelligence to effectively manage the speed at which data is collected and processed. Azure Document Intelligence is key to improved operations, informed data-driven decisions, and enlightened innovation. For information on region access, see Product availability by region.
Important
- Document Intelligence REST API v2.1 reaches end of support on September 15, 2027.
- Document Intelligence REST API 2022-08-31 v3.0 reaches end of support on March 30, 2029.
- To avoid production disruption, use Azure Document Intelligence 2024-11-30 v4.0 for all new development, and migrate existing workloads to Azure Document Intelligence 2024-11-30 v4.0 before these retirement dates. For more information, see Document Intelligence migration guide.
Azure Document Intelligence in Foundry Tools is a cloud-based Foundry Tools service that you can use to build intelligent document processing solutions. Massive amounts of data, spanning various data types, are stored in forms and documents. You can use Azure Document Intelligence to effectively manage the speed at which data is collected and processed. Azure Document Intelligence is key to improved operations, informed data-driven decisions, and enlightened innovation. For information on region access, see Product availability by region.
| βοΈ Document analysis models | βοΈ Prebuilt models | βοΈ Custom models |
Note
- As part of Azure Content Understanding capabilities, Azure Document Intelligence provides high-accuracy and reliable deterministic extraction from structured documents.
- Content Understanding also offers LLM-powered analyzers for complex, unstructured, and multimodal content.
- Together, they make it easier to prepare data for intelligent agents and applications that can read, analyze, and respond to real-world content with precision and speed.
- To compare both services and determine which best fits your scenario, see Choose the right Azure AI tool for document processing.
Document analysis models
Document analysis (general extraction) models enable text extraction from forms and documents and return structured business-ready content for your organization's action, use, or development.
| Model | Description |
|---|---|
| Read | Extract printed and handwritten text. |
| Layout | Extract text, tables, and document structure. |
| Model | Description |
|---|---|
| Read | Extract printed and handwritten text. |
| Layout | Extract text, tables, and document structure. |
| General document | Extract text, structure, and key-value pairs. |
Prebuilt models
You can use prebuilt models to add intelligent document processing to your apps and flows without having to train and build your own models.
Financial services and legal
| Model | Description |
|---|---|
| Bank statement | Extract account information and details from bank statements. |
| Check | Extract relevant information from checks. |
| Contract | Extract agreement and party details. |
| Credit card | Extract payment card information. |
| Invoice | Extract customer and vendor details. |
| Pay stub | Extract pay stub details. |
| Receipt | Extract sales transaction details. |
US tax
| Model | Description |
|---|---|
| Unified US tax | Extract from any US tax forms supported. |
| US tax W-2 | Extract taxable compensation details. |
| US tax 1098 | Extract 1098 variation details. |
| US tax 1099 | Extract 1099 variation details. |
| US tax 1040 | Extract 1040 variation details. |
US mortgage
| Model | Description |
|---|---|
| US mortgage 1003 | Extract loan application details. |
| US mortgage 1004 | Extract information from appraisal. |
| US mortgage 1005 | Extract information from validation of employment. |
| US mortgage 1008 | Extract loan transmittal details. |
| US mortgage disclosure | Extract final closing loan terms. |
Personal identification
| Model | Description |
|---|---|
| Health insurance card | Extract insurance coverage details. |
| Identity | Extract verification details. |
| Marriage certificate | Extract certified marriage information. |
| Model | Description |
|---|---|
| Invoice | Extract customer and vendor details. |
| Receipt | Extract sales transaction details. |
| Identity | Extract identification and verification details. |
| Health insurance card | Extract health insurance details. |
| Business card | Extract business contact details. |
| Contract | Extract agreement and party details. |
| US tax W-2 | Extract taxable compensation details. |
| US tax 1098 | Extract 1098 variation details. |
Custom models
Custom models are trained by using your labeled datasets to extract distinct data from forms and documents that are specific to your use cases. You can combine standalone custom models to create composed models.
Document field extraction models
βοΈ Document field extraction models are trained to extract labeled fields from documents.
| Model | Description |
|---|---|
| Custom neural | Extract data from mixed-type documents. |
| Custom template | Extract data from static layouts. |
| Custom composed | Extract data by using a collection of models. |
Custom classification models
βοΈ Custom classifiers identify document types before invoking an extraction model.
| Model | Description |
|---|---|
| Custom classifier | Identify designated document types (classes) before invoking an extraction model. |
Field type extraction
Document Intelligence returns extracted field values as strongly typed data. Each field in the extraction response carries a value typeβsuch as string, number, integer, date, time, phoneNumber, currency, or addressβthat determines how the raw text is normalized and surfaced in the API response.
Prebuilt models: For prebuilt models such as prebuilt-invoice or prebuilt-receipt, field schemas are defined and maintained by Microsoft. Common fields are mapped to specific typesβfor example, InvoiceDate is returned as a date type and SubTotal as a currency typeβso normalization happens automatically without any configuration.
Custom models: When you train a custom extraction model, you define the field schema. For each labeled field, you explicitly assign a type (string, number, integer, or date). The model then uses that type definition to auto-normalize extracted values during inference.
For the full field schema reference, see Document Intelligence supported schema.
Add-on capabilities
Document Intelligence supports optional features that you can enable or disable depending on the document extraction scenario:
Analysis features
| Model ID | Content extraction | Query fields | Paragraphs | Paragraph roles | Selection marks | Tables | Key/value pairs | Languages | Barcodes | Document analysis | Formulas* | Style font* | High resolution* | Searchable PDF |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
prebuilt-read |
β | β | O | O | O | O | O | O | ||||||
prebuilt-layout |
β | β | β | β | β | β | O | O | O | O | O | O | ||
prebuilt-contract |
β | β | β | β | β | O | O | β | O | O | ||||
prebuilt-healthInsuranceCard.us |
β | β | O | O | β | O | O | O | ||||||
prebuilt-idDocument |
β | β | O | O | β | O | O | O | ||||||
prebuilt-invoice |
β | β | β | β | O | O | O | β | O | O | O | |||
prebuilt-receipt |
β | β | O | O | β | O | O | O | ||||||
prebuilt-marriageCertificate.us |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-creditCard |
β | β | O | O | β | O | O | O | ||||||
prebuilt-check.us |
β | β | O | O | β | O | O | O | ||||||
prebuilt-payStub.us |
β | β | O | O | β | O | O | O | ||||||
prebuilt-bankStatement |
β | β | O | O | β | O | O | O | ||||||
prebuilt-mortgage.us.1003 |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-mortgage.us.1004 |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-mortgage.us.1005 |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-mortgage.us.1008 |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-mortgage.us.closingDisclosure |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.w2 |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.w4 |
β | β | O | O | β | O | O | O | ||||||
prebuilt-tax.us.1040 (various) |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.1095A |
β | β | O | O | β | O | O | O | ||||||
prebuilt-tax.us.1095C |
β | β | O | O | β | O | O | O | ||||||
prebuilt-tax.us.1098 |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.1098E |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.1098T |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.1099 (various) |
β | β | β | O | O | β | O | O | O | |||||
prebuilt-tax.us.1099SSA |
β | β | O | O | β | O | O | O | ||||||
{ customModelName } |
β | β | β | β | β | β | O | O | β | O | O | O |
β - Enabled
O - Optional
* - Premium features incur extra costs
Models and development options
Use Document Intelligence to automate document processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities. Use the links in the table to learn more about each model and browse development options.
Read
π Screenshot that shows Read model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-read | β Extract text from documents. β Extract data. |
β Digitizing any document β Compliance and auditing β Processing handwritten notes before translation |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Layout
π Screenshot that shows the layout model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-layout | β Extract text and layout information from documents. β Extract data. |
β Document indexing and retrieval by structure β Financial and medical report analysis |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
General document (deprecated in 2023-10-31-preview)
π Screenshot that shows General document model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-document | β Extract text, layout, and key/value pairs from documents. β Extract data and fields. |
β Key/value pair extraction β Form processing β Survey data collection and analysis |
β Document Intelligence Studio β REST API |
Invoice
π Screenshot that shows Invoice model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-invoice | β Extract key information from invoices. β Extract data and fields. |
β Accounts payable processing β Automated tax recording and reporting |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Receipt
π Screenshot that shows Receipt model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-receipt | β Extract key information from receipts. β Extract data and fields. β Receipt model v3.0 supports processing of single-page hotel receipts. |
β Expense management β Consumer behavior data analysis β Customer loyalty program β Merchandise return processing β Automated tax recording and reporting |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Identity (ID)
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-idDocument | β Extract key information from passports and ID cards. β Document types. β Extract endorsements, restrictions, and vehicle classifications from US driver's licenses. |
β Know your customer (KYC) financial services guidelines compliance β Medical account management β Identity checkpoints and gateways β Hotel registration |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Check
π Screenshot that shows Check model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-check | β Extract key information from checks. β Extract data and fields. |
β Credit management β Automated lender management |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Pay stub
π Screenshot that shows pay stub model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-paystub | β Extract key information from pay stubs. β Extract data and fields. |
β Employee payroll detail verification β Fraud detection for employment β Automated tax processing |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Bank statement
π Screenshot that shows Bank statement model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-bankStatement | β Extract key information from bank statements. β Extract data and fields. |
β Tax processing use cases β Automated accounting management β Credit-debit management β Loan documentation processing |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Health insurance card
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-healthInsuranceCard.us | β Extract key information from US health insurance cards. β Extract data and fields. |
β Coverage and eligibility verification β Predictive modeling β Value-based analytics |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Contract model
π Screenshot that shows Contract model extraction by using Document Intelligence Studio.
| Model ID | Description | Development options |
|---|---|---|
| prebuilt-contract | β Extract contract agreement and party details. β Extract data and fields. |
β Document Intelligence Studio β REST API β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Credit card model
π Screenshot that shows Credit card image model analysis by using Document Intelligence Studio.
| Model ID | Description | Development options |
|---|---|---|
| prebuilt-creditCard | β Extract contract agreement and party details. β Extract data and fields. |
β Document Intelligence Studio β REST API β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Marriage certificate model
| Model ID | Description | Development options |
|---|---|---|
| prebuilt-marriageCertificate.us | β Extract contract agreement and party details. β Extract data and fields. |
β Document Intelligence Studio β REST API β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US mortgage 1003 form
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-mortgage.us.1003 | β Extract key information from 1003 loan applications. β Extract data and fields. |
Fannie Mae and Freddie Mac documentation requirements | β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US mortgage 1004 form
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-mortgage.us.1004 | β Extract key information from 1004 appraisals. β Extract data and fields. |
β Fannie Mae and Freddie Mac documentation requirements β Uniform Residential Appraisal report to help lender/client with the market value of the subject property |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US mortgage 1005 form
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-mortgage.us.1005 | β Extract key information from 1005 validation of employment. β Extract data and fields. |
β Fannie Mae and Freddie Mac documentation requirements β Verification of employment document to determine the qualification as a prospective mortgagor |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US mortgage 1008 form
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-mortgage.us.1008 | β Extract key information from Uniform Underwriting and Transmittal Summary. β Extract data and fields. Loan underwriting processing by using summary data |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US mortgage disclosure form
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-mortgage.us.closingDisclosure | β Extract key information from Uniform Underwriting and Transmittal Summary. β Extract data and fields. |
Mortgage loan final details requirements | β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US tax W-2 model
π Screenshot that shows W-2 model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-tax.us.w2 | Extract key information from IRS US W2 tax forms (years 2018-2021). |
β Automated tax document management β Mortgage loan application processing |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US tax 1098 (and variations) forms
π Screenshot that shows US 1098 tax form analyzed in the Document Intelligence Studio.
| Model ID | Description | Development options |
|---|---|---|
prebuilt-tax.us.1098{variation} |
Extract key information from 1098-form variations. |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US tax 1099 (and variations) forms
π Screenshot that shows US 1099 tax form analyzed in the Document Intelligence Studio.
| Model ID | Description | Development options |
|---|---|---|
prebuilt-tax.us.1099{variation} |
Extract information from 1099-form variations. |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
US tax 1040 (and variations) forms
| Model ID | Description | Development options |
|---|---|---|
prebuilt-tax.us.1040{variation} |
Extract information from 1040-form variations. |
β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Unified US tax forms
| Model ID | Description | Development options |
|---|---|---|
| prebuilt-tax.us | Extract information from any of the supported US tax forms. | β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Business card
π Screenshot that shows Business card model analysis by using Document Intelligence Studio.
| Model ID | Description | Automation use cases | Development options |
|---|---|---|---|
| prebuilt-businessCard | β Extract key information from business cards. β Extract data and fields. |
Sales lead and marketing management | β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript |
Custom model overview
π Screenshot that shows Custom model training by using Document Intelligence Studio.
| About | Description | Automation use cases | Development options |
|---|---|---|---|
| Custom model | Extract information from forms and documents into structured data based on a model created from a set of representative training document sets. | Extract distinct data from forms and documents specific to your business and use cases. | β Document Intelligence Studio β REST API β C# SDK β Java SDK β JavaScript SDK β Python SDK |
Custom neural
π Screenshot that shows Custom Neural model analysis by using Document Intelligence Studio.
Note
To train a custom neural model, set the buildMode property to neural. For more information, see Training a neural model.
| About | Description | Automation use cases | Development options |
|---|---|---|---|
| Custom Neural model | Extract labeled data from structured (surveys, questionnaires), semistructured (invoices, purchase orders), and unstructured documents (contracts, letters). | Extract text data, checkboxes, and tabular fields from structured and unstructured documents. | Document Intelligence Studio β REST API β C# SDK β Java SDK β JavaScript SDK β Python SDK |
Custom template
π Screenshot that shows Custom Template model analysis by using Document Intelligence Studio.
Note
To train a custom template model, set the buildMode property to template. For more information, see Training a template model.
| About | Description | Automation use cases | Development options |
|---|---|---|---|
| Custom Template model | Extract labeled values and fields from structured and semistructured documents. |
Extract key data from highly structured documents with defined visual templates or common visual layouts and forms. | β Document Intelligence Studio β REST API β C# SDK β Python SDK β Java SDK β JavaScript SDK |
Custom composed
| About | Description | Automation use cases | Development options |
|---|---|---|---|
| Composed custom models | A composed model is created by taking a collection of custom models and assigning them to a single model built from your form types. | Useful when you train several models and want to group them to analyze similar form types, like purchase orders | β Document Intelligence Studio β REST API β C# SDK β Java SDK β JavaScript SDK β Python SDK |
Custom classification model
π Screenshot that shows Custom classification model labeling in Document Intelligence Studio.
| About | Description | Automation use cases | Development options |
|---|---|---|---|
| Composed classification model | Custom classification models combine layout and language features to detect, identify, and classify documents within an input file. | β A loan application package that contains application forms, pay slips, and bank statements β A collection of scanned invoices |
β Document Intelligence Studio β REST API |
Azure Document Intelligence is a cloud-based Foundry Tools for developers to build intelligent document processing solutions. Azure Document Intelligence applies optical character recognition (OCR) based on machine learning along with document understanding technologies to extract text, tables, structure, and key/value pairs from documents. You can also label and train custom models to automate data extraction from structured, semistructured, and unstructured documents. To learn more about each model, see the concepts articles.
| Model type | Model name |
|---|---|
| Document analysis model | β Layout analysis model |
| Prebuilt models | β Invoice model β Receipt model β Identity document (ID) model β Business card model |
| Custom models | β Custom model β Composed model |
This content applies to: π red-checkmark
v2.1 | Latest version: π blue-checkmark
v4.0 (GA)
Document Intelligence models and development options
Tip
For an enhanced experience and advanced model quality, try the Document Intelligence Studio for v4.0:
- The Studio supports any model trained with v2.1 labeled data.
- For more information about migrating from v2.1 to v4.0, see the Document Intelligence migration guide.
- Note: The v3.0 API (
2022-08-31) reaches end of support on March 30, 2029. Migrate v3.0 workloads to v4.0 before that date.
To learn more about each model and browse the API references, use the links in the following table.
| Model | Description | Development options |
|---|---|---|
| Layout analysis | Extraction and analysis of text, selection marks, tables, and bounding box coordinates, from forms and documents | β Document Intelligence labeling tool β REST API β Client-library SDK β Document Intelligence Docker container |
| Custom model | Extraction and analysis of data from forms and documents specific to distinct business data and use cases | β Document Intelligence labeling tool β REST API β Sample Labeling Tool β Document Intelligence Docker container |
| Invoice model | Automated data processing and extraction of key information from sales invoices | β Document Intelligence labeling tool β REST API β Client-library SDK β Document Intelligence Docker container |
| Receipt model | Automated data processing and extraction of key information from sales receipts. | β Document Intelligence labeling tool β REST API β Client-library SDK β Document Intelligence Docker container |
| Identity document (ID) model | Automated data processing and extraction of key information from US driver's licenses and international passports | β Document Intelligence labeling tool β REST API β Client-library SDK β Document Intelligence Docker container |
| Business card model | Automated data processing and extraction of key information from business cards | β Document Intelligence labeling tool β REST API β Client-library SDK β Document Intelligence Docker container |
Data privacy and security
As with all Foundry Tools, developers who use Document Intelligence should be aware of Microsoft policies on customer data. For more information, see Data, privacy, and security for Document Intelligence.
Version support and retirement
The following table summarizes Document Intelligence API version support:
| Version | Status | End of support |
|---|---|---|
| v4.0 (2024-11-30) | GA β current | No announced date |
| v3.1 (2023-07-31) | GA β previous | No announced date |
| v3.0 (2022-08-31) | GA β retiring | March 30, 2029 |
| v2.1 | GA β retiring | September 15, 2027 |
To avoid production disruption, migrate to v4.0 before the retirement dates above. For migration guidance, see the Document Intelligence migration guide.
Related content
- Choose a Document Intelligence model.
- Process your own forms and documents with Document Intelligence Studio.
- Finish a Document Intelligence quickstart, and then create a document processing app in the development language of your choice.
- Process your own forms and documents with the Document Intelligence Sample Labeling tool.
- Finish a Document Intelligence quickstart, and then create a document processing app in the development language of your choice.
Feedback
Was this page helpful?
