Skip to content

Commit b1ffdd7

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 9a0e32f + 6d79527 commit b1ffdd7

File tree

15 files changed

+73
-565
lines changed

15 files changed

+73
-565
lines changed

articles/ai-services/document-intelligence/prebuilt/bank-check.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 10/03/2024
9+
ms.date: 10/16/2024
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-4.0.0'
1212
---
@@ -53,24 +53,11 @@ A check is a secure way to transfer amount from payee's account to receiver's ac
5353

5454
## Supported languages and locales
5555

56-
*See* our [Language Support](../language-support/prebuilt.md) page for a complete list of supported languages.
56+
For a complete list of supported languages, *see* our [prebuilt model language support](../language-support/prebuilt.md) page.
5757

5858
## Field extractions
5959

60-
| Field | Type | Description | Example |
61-
|:------|:-----|:------------|:--------|
62-
|`PayerName`|`string`|Name of the payer (drawer)|Jane Doe|
63-
|`PayerAddress`|`address`|Address of the payer (drawer)|123 Main St., Redmond, Washington, 98052|
64-
|`PayTo`|`string`|Name of the payee|John Smith|
65-
|`CheckDate`|`date`|Date the check was written|2023-04-01|
66-
|`NumberAmount`|`number`|Amount of the check written in numeric form|150.00|
67-
|`WordAmount`|`number`|Amount of the check written in letter form|one-hundred-fifty and 00/100|
68-
|`BankName`|`string`|Name of the bank|Contoso Bank|
69-
|`Memo`|`string`|Short note describing the payment|April Rent Payment|
70-
|`MICR`|`object`|Magnetic Ink Character Recognition (MICR) line|⑈0740⑈ ⑆123456789⑆ 1001001234⑈|
71-
|`MICR.RoutingNumber`|`string`|Routing number of the bank|⑆123456789⑆|
72-
|`MICR.AccountNumber`|`string`|Account number|1001001234⑈|
73-
|`MICR.CheckNumber`|`string`|Check number|⑈0740⑈|
60+
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.
7461

7562
## Supported locales
7663

articles/ai-services/document-intelligence/prebuilt/bank-statement.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 10/03/2024
9+
ms.date: 10/16/2024
1010
ms.author: lajanuar
1111
ms.custom: references_regions
1212
monikerRange: '>=doc-intel-4.0.0'
@@ -51,30 +51,11 @@ A bank statement helps review account's activities during a specified period. It
5151

5252
## Supported languages and locales
5353

54-
*See* our [Language Support](../language-support/prebuilt.md) page for a complete list of supported languages.
54+
For a complete list of supported languages, *see* our [prebuilt model language support](../language-support/prebuilt.md) page.
5555

5656
## Field extractions
5757

58-
| Field | Type | Description | Example |
59-
|:------|:-----|:------------|:--------|
60-
|`AccountNumber`|`string`|Account number on the bank statement|987-654-3210|
61-
|`AccountType`|`string`|Type of account on the bank statement|Checking|
62-
|`BankAddress`|`address`|Listed address of the bank|123 Main St., Redmond, Washington 98052|
63-
|`BankName`|`string`|Listed name of the bank|Contoso Bank|
64-
|`AccountHolderAddress`|`address`|Address of the account holder|456 Main St., Redmond, Washington 98052|
65-
|`AccountHolderName`|`string`|Name of the account holder|JOHN DOE|
66-
|`EndingBalance`|`number`|Ending balance on the bank statement|$1488.03|
67-
|`BeginningBalance`|`number`|Beginning balance on the bank statement|$1488.03|
68-
|`StatementStartDate`|`date`|Start date of the bank statement|July 01, 2017|
69-
|`StatementEndDate`|`date`|End date of the bank statement|July 31, 2017|
70-
|`TotalServiceFees`|`number`|Total service fees|$0.00|
71-
|`Transactions`|`array`|Extracted transaction line item|07/17<br>OnlineTransfer From Check...6609 Transaction#: 6373187418<br>$1,500.00|
72-
|`Transactions.*`|`object`|||
73-
|`Transactions.*.Date`|`date`|Transaction date|07/17|
74-
|`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.
7859

7960
## Supported locales
8061

articles/ai-services/document-intelligence/prebuilt/business-card.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 05/23/2024
9+
ms.date: 10/16/2024
1010
ms.author: lajanuar
1111
---
1212

@@ -176,25 +176,11 @@ See how data, including name, job title, address, email, and company name, is ex
176176

177177
## Supported languages and locales
178178

179-
*See* our [Language Support](../language-support/prebuilt.md) page for a complete list of supported languages.
179+
For a complete list of supported languages, *see* our [prebuilt model language support](../language-support/prebuilt.md) page.
180180

181181
## Field extractions
182182

183-
|Name| Type | Description |Standardized output |
184-
|:-----|:----|:----|:----:|
185-
| ContactNames | Array of objects | Contact name | |
186-
| FirstName | String | First (given) name of contact | |
187-
| LastName | String | Last (family) name of contact | |
188-
| CompanyNames | Array of strings | Company name| |
189-
| Departments | Array of strings | Department or organization of contact | |
190-
| JobTitles | Array of strings | Listed Job title of contact | |
191-
| Emails | Array of strings | Contact email address | |
192-
| 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.
198184

199185
::: moniker-end
200186

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

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 08/07/2024
9+
ms.date: 10/16/2024
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-3.0.0'
1212
---
@@ -89,25 +89,13 @@ See how data, including customer information, vendor details, and line items, is
8989
9090
## Supported languages and locales
9191

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.
9393

9494
## Field extraction
9595

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| |
109-
110-
The contract key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
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.
97+
98+
* The contract key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
11199

112100
## Next steps
113101

articles/ai-services/document-intelligence/prebuilt/credit-card.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 10/03/2024
9+
ms.date: 10/16/2024
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-4.0.0'
1212
---
@@ -68,25 +68,13 @@ To see how data extraction works for the Credit/Debit card service, you need the
6868
6969
## Supported languages and locales
7070

71-
*See* our [Language Support—prebuilt models](../language-support/prebuilt.md) page for a complete list of supported languages.
71+
For a complete list of supported languages, *see* our [prebuilt model language support](../language-support/prebuilt.md) page.
7272

7373
## Field extraction
7474

75-
The following are the fields extracted from a contract in the JSON output response.
76-
77-
|Name| Type | Description | Example output |
78-
|:-----|:----|:----|:---:|
79-
| CardNumber | String | A unique identifier for the card| 4275 0000 0000 0000 |
80-
| IssuingBank | String | The name of the bank that issued the card| Woodgrove Bank |
81-
| PaymentNetwork | String |The payment network that processes the card transaction| VISA |
82-
| CardHolderName | String |The name of the person who owns the card| JOHN SMITH |
83-
| CardHolderCompanyName | String| The name of the company that the card is associated with | Contoso, Ltd. |
84-
| ValidDate | Date | Valid from date | 01/16 |
85-
| ExpirationDate | Date | Expiration date| 01/19 |
86-
| CardVerificationValue | String | Card verification value (CVV) | 764 |
87-
| CustomerServicePhoneNumbers | Array | List of support numbers | +1 (555) 123-4567 |
88-
89-
The bank cards key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
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.
76+
77+
* The bank cards key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
9078

9179
## Next steps
9280

articles/ai-services/document-intelligence/prebuilt/health-insurance-card.md

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 05/23/2024
9+
ms.date: 10/16/2024
1010
ms.author: lajanuar
1111
monikerRange: 'doc-intel-4.0.0 || >=doc-intel-3.0.0'
1212
---
@@ -93,51 +93,11 @@ See how data is extracted from health insurance cards using the Document Intelli
9393
9494
## Supported languages and locales
9595

96-
*See* our [Language Support—prebuilt models](../language-support/prebuilt.md) page for a complete list of supported languages.
96+
For a complete list of supported languages, *see* our [prebuilt model language support](../language-support/prebuilt.md) page.
9797

9898
## Field extraction
9999

100-
| Field | Type | Description | Example |
101-
|:------|:-----|:------------|:--------|
102-
|`Insurer`|`string`|Health insurance provider name|PREMERA<br>BLUE CROSS|
103-
|`Member`|`object`|||
104-
|`Member.Name`|`string`|Member name|ANGEL BROWN|
105-
|`Member.BirthDate`|`date`|Member date of birth|01/06/1958|
106-
|`Member.Employer`|`string`|Member name employer|Microsoft|
107-
|`Member.Gender`|`string`|Member gender|M|
108-
|`Member.IdNumberSuffix`|`string`|Identification Number Suffix as it appears on some health insurance cards|01|
109-
|`Dependents`|`array`|Array holding list of dependents, ordered where possible by membership suffix value||
110-
|`Dependents.*`|`object`|||
111-
|`Dependents.*.Name`|`string`|Dependent name|01|
112-
|`IdNumber`|`object`|||
113-
|`IdNumber.Prefix`|`string`|Identification Number Prefix as it appears on some health insurance cards|`ABC`|
114-
|`IdNumber.Number`|`string`|Identification Number|123456789|
115-
|`GroupNumber`|`string`|Insurance Group Number|1000000|
116-
|`PrescriptionInfo`|`object`|||
117-
|`PrescriptionInfo.Issuer`|`string`|ANSI issuer identification number (IIN)|(80840) 300-11908-77|
118-
|`PrescriptionInfo.RxBIN`|`string`|Prescription issued BIN number|987654|
119-
|`PrescriptionInfo.RxPCN`|`string`|Prescription processor control number|63200305|
120-
|`PrescriptionInfo.RxGrp`|`string`|Prescription group number|BCAAXYZ|
121-
|`PrescriptionInfo.RxId`|`string`|Prescription identification number. If not present, defaults to membership ID number|P97020065|
122-
|`PrescriptionInfo.RxPlan`|`string`|Prescription Plan number|A1|
123-
|`Pbm`|`string`|Pharmacy Benefit Manager for the plan|CVS CAREMARK|
124-
|`EffectiveDate`|`date`|Date from which the plan is effective|08/12/2012|
125-
|`Copays`|`array`|Array holding list of Co-Pay Benefits||
126-
|`Copays.*`|`object`|||
127-
|`Copays.*.Benefit`|`string`|Co-Pay Benefit name|Deductible|
128-
|`Copays.*.Amount`|`currency`|Co-Pay required amount|$1,500|
129-
|`Payer`|`object`|||
130-
|`Payer.Id`|`string`|Payer ID Number|89063|
131-
|`Payer.Address`|`address`|Payer address|123 Service St., Redmond, Washington, 98052|
132-
|`Payer.PhoneNumber`|`phoneNumber`|Payer phone number|+1 (987) 213-5674|
133-
|`Plan`|`object`|||
134-
|`Plan.Number`|`string`|Plan number|456|
135-
|`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.
141101

142102
### Migration guide and REST API v3.1
143103

0 commit comments

Comments
 (0)