You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-contract.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: conceptual
10
-
ms.date: 07/18/2023
10
+
ms.date: 09/20/2023
11
11
ms.author: lajanuar
12
12
monikerRange: 'doc-intel-3.1.0'
13
13
---
@@ -18,7 +18,7 @@ monikerRange: 'doc-intel-3.1.0'
18
18
19
19
[!INCLUDE [applies to v3.1](includes/applies-to-v3-1.md)]
20
20
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.
|[General document](#general-document)| Extract key-value pairs in addition to text and document structure information.|
44
44
|**Prebuilt models**||
45
45
|[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.|
47
48
|[Invoice](#invoice)| Automate invoices. |
48
49
|[Receipt](#receipt)| Extract receipt data from receipts.|
49
50
|[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
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.":::
0 commit comments