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
For supported document extraction fields, refer to the [bank check model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/bank-check.md) page in our GitHub sample repository.
|`Transactions.*.Description`|`string`|Transaction description|OnlineTransfer From Check...6609 Transaction#: 6373187418|
75
-
|`Transactions.*.CheckNumber`|`string`|Check number of the transaction|6609|
76
-
|`Transactions.*.DepositAmount`|`number`|Amount of deposit in the transaction|$1500.00|
77
-
|`Transactions.*.WithdrawalAmount`|`number`|Amount of withdrawal in the transaction|$1500.00|
58
+
For supported document extraction fields, refer to the [bank check model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/bank-statement.md) page in our GitHub sample repository.
| Websites | Array of strings | Company website ||
193
-
| Addresses | Array of strings | Address extracted from business card ||
194
-
| MobilePhones | Array of phone numbers | Mobile phone number from business card |+1 xxx xxx xxxx |
195
-
| Faxes | Array of phone numbers | Fax phone number from business card | +1 xxx xxx xxxx |
196
-
| WorkPhones | Array of phone numbers | Work phone number from business card | +1 xxx xxx xxxx |
197
-
| OtherPhones | Array of phone numbers | Other phone number from business card | +1 xxx xxx xxxx |
183
+
For supported document extraction fields, refer to the [business card model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2023-07-31/business-card.md) page in our GitHub sample repository.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/prebuilt/contract.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
8
8
ms.topic: conceptual
9
-
ms.date: 08/07/2024
9
+
ms.date: 10/16/2024
10
10
ms.author: lajanuar
11
11
monikerRange: '>=doc-intel-3.0.0'
12
12
---
@@ -89,23 +89,11 @@ See how data, including customer information, vendor details, and line items, is
89
89
90
90
## Supported languages and locales
91
91
92
-
*See* our [Language Support—prebuilt models](../language-support/prebuilt.md) page for a complete list of supported languages.
92
+
For a complete list of supported languages, *see* our [Language Support—prebuilt models](../language-support/prebuilt.md) page.
93
93
94
94
## Field extraction
95
95
96
-
The following are the fields extracted from a contract in the JSON output response.
97
-
98
-
|Name| Type | Description | Example output |
99
-
|:-----|:----|:----|:---:|
100
-
| Title | String | Contract title| Service agreement |
101
-
| ContractId | String | Contract title| AB12956 |
102
-
| Parties | Array |List of legal parties||
103
-
| ExecutionDate | Date |Date when the agreement was fully signed and agreed upon by all parties|`On this twenty-third day of February two thousand and twenty two`|
104
-
| ExpirationDate | Date |Date when the contract ends| One year |
105
-
| EffectiveDate | Date |Date when the contract is in effect| immediately |
106
-
| RenewalDate | Date |Date when the contract needs to be renewed|`On this twenty-third day of February two thousand and twenty two`|
107
-
| ContractDuration | String | Contract terms | Five (5) years |
108
-
| Jurisdictions | Array | List of jurisdictions||
96
+
For supported document extraction fields, refer to the [contract model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/contract.md) page in our GitHub sample repository.
109
97
110
98
The contract key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
| CustomerServicePhoneNumbers | Array | List of support numbers | +1 (555) 123-4567 |
75
+
For supported document extraction fields, refer to the [credit card model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/credit-card.md) page in our GitHub sample repository.
88
76
89
77
The bank cards key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
|`Plan.Name`|`string`|Plan name - If Medicaid -> then `medicaid` (all lower case).|HEALTH SAVINGS PLAN|
136
-
|`Plan.Type`|`string`|Plan type|`PPO`|
137
-
|`MedicareMedicaidInfo`|`object`|||
138
-
|`MedicareMedicaidInfo.Id`|`string`|Medicare or Medicaid number|1AB2-CD3-EF45|
139
-
|`MedicareMedicaidInfo.PartAEffectiveDate`|`date`|Effective date of Medicare Part A|01-01-2023|
140
-
|`MedicareMedicaidInfo.PartBEffectiveDate`|`date`|Effective date of Medicare Part B|01-01-2023|
100
+
For supported document extraction fields, refer to the [health insurance card model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/health-insurance-card.md) page in our GitHub sample repository.
|`FirstName`|`string`|Given name and middle initial if applicable|LIAM R.|
364
-
|`LastName`|`string`|Surname|TALBOT|
365
-
|`DateOfBirth`|`date`|Date of birth|01/06/1958|
366
-
|`DateOfExpiration`|`date`|Date of expiration|08/12/2020|
253
+
254
+
For supported document extraction fields, refer to the [ID document model schema](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/id-document.md) page in our GitHub sample repository.
0 commit comments