Skip to content

Commit 6a1b1a8

Browse files
author
Jill Grant
authored
Merge pull request #252366 from laujan/add-contract-to-model-overview
add contract to model page
2 parents cbc3413 + f50d382 commit 6a1b1a8

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

articles/ai-services/document-intelligence/concept-contract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 07/18/2023
10+
ms.date: 09/20/2023
1111
ms.author: lajanuar
1212
monikerRange: 'doc-intel-3.1.0'
1313
---
@@ -18,7 +18,7 @@ monikerRange: 'doc-intel-3.1.0'
1818

1919
[!INCLUDE [applies to v3.1](includes/applies-to-v3-1.md)]
2020

21-
The Document Intelligence contract model uses powerful Optical Character Recognition (OCR) capabilities to analyze and extract key fields and line items from a select group of important contract entities. Contracts can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes document text; extracts key information such as Parties, Jurisdictions, Contract ID, and Title; and returns a structured JSON data representation. The model currently supports certain English tax document formats.
21+
The Document Intelligence contract model uses powerful Optical Character Recognition (OCR) capabilities to analyze and extract key fields and line items from a select group of important contract entities. Contracts can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes document text; extracts key information such as Parties, Jurisdictions, Contract ID, and Title; and returns a structured JSON data representation. The model currently supports English-language document formats.
2222

2323
## Automated contract processing
2424

articles/ai-services/document-intelligence/concept-model-overview.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 07/18/2023
10+
ms.date: 09/20/2023
1111
ms.author: lajanuar
1212
monikerRange: '<=doc-intel-3.1.0'
1313
---
@@ -43,7 +43,8 @@ monikerRange: '<=doc-intel-3.1.0'
4343
| [General document](#general-document) | Extract key-value pairs in addition to text and document structure information.|
4444
|**Prebuilt models**||
4545
| [Health insurance card](#health-insurance-card) | Automate healthcare processes by extracting insurer, member, prescription, group number and other key information from US health insurance cards.|
46-
| [US Tax document models](#us-tax-documents) | Process W2 forms to extract employee, employer, wage, and other information. |
46+
| [US Tax document models](#us-tax-documents) | Process US tax forms to extract employee, employer, wage, and other information. |
47+
| [Contract](#contract) | Extract agreement and party details.|
4748
| [Invoice](#invoice) | Automate invoices. |
4849
| [Receipt](#receipt) | Extract receipt data from receipts.|
4950
| [Identity document (ID)](#identity-document-id) | Extract identity (ID) fields from US driver licenses and international passports. |
@@ -134,6 +135,19 @@ The US tax document models analyze and extract key fields and line items from a
134135
> [!div class="nextstepaction"]
135136
> [Learn more: Tax document models](concept-tax-document.md)
136137
138+
### Contract
139+
140+
:::image type="icon" source="media/overview/icon-contract.png":::
141+
142+
The contract model analyzes and extracts key fields and line items from contract agreements including parties, jurisdictions, contract ID, and title. The model currently supports English-language contract documents.
143+
144+
***Sample contract processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=contract)***:
145+
146+
:::image type="content" source="media/studio/analyze-contract.png" alt-text="Screenshot of contract model extraction using Document Intelligence Studio.":::
147+
148+
> [!div class="nextstepaction"]
149+
> [Learn more: contract model](concept-contract.md)
150+
137151
### Invoice
138152

139153
:::image type="icon" source="media/studio/invoice.png":::
857 KB
Loading

articles/ai-services/document-intelligence/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: overview
10-
ms.date: 09/05/2023
10+
ms.date: 09/20/2023
1111
ms.author: lajanuar
1212
monikerRange: '<=doc-intel-3.1.0'
1313
---

0 commit comments

Comments
 (0)