Skip to content

Commit 6dd03a5

Browse files
committed
update ms.date
1 parent 6b44624 commit 6dd03a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+74
-74
lines changed

articles/ai-services/document-intelligence/concept-add-on-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 05/06/2024
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
monikerRange: '>=doc-intel-3.1.0'
1414
---

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 11/21/2023
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
---
1414

@@ -37,11 +37,11 @@ ms.author: lajanuar
3737

3838
::: moniker range=">=doc-intel-3.0.0"
3939

40-
The Document Intelligence business card model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract data from business card images. The API analyzes printed business cards; extracts key information such as first name, last name, company name, email address, and phone number; and returns a structured JSON data representation.
40+
The Document Intelligence business card model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract data from business card images. The API analyzes printed business cards; extracts key information such as first name, surname, company name, email address, and phone number; and returns a structured JSON data representation.
4141

4242
## Business card data extraction
4343

44-
Business cards are a great way to represent a business or a professional. The company logo, fonts and background images found in business cards help promote the company branding and differentiate it from others. Applying OCR and machine-learning based techniques to automate scanning of business cards is a common image processing scenario. Enterprise systems used by sales and marketing teams typically have business card data extraction capability integration into for the benefit of their users.
44+
Business cards are a great way to represent a business or a professional. The company logo, fonts, and background images found in business cards help promote the company branding and differentiate it from others. Applying OCR and machine-learning based techniques to automate scanning of business cards is a common image processing scenario. Enterprise systems used by sales and marketing teams typically have business card data extraction capability integration into for the benefit of their users.
4545

4646
***Sample business card processed with [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=businessCard)***
4747

@@ -149,7 +149,7 @@ See how data, including name, job title, address, email, and company name, is ex
149149

150150
1. Select **Run analysis**. The Document Intelligence Sample Labeling tool calls the Analyze Prebuilt API and analyze the document.
151151

152-
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables detected.
152+
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted, and tables detected.
153153

154154
:::image type="content" source="media/business-card-results.png" alt-text="Screenshot of the business card model analyze results operation.":::
155155

@@ -168,8 +168,8 @@ See how data, including name, job title, address, email, and company name, is ex
168168

169169
::: moniker range="doc-intel-2.1.0"
170170

171-
* Supported file formats: JPEG, PNG, PDF, and TIFF
172-
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.
171+
* The supported file formats: JPEG, PNG, PDF, and TIFF
172+
* PDF and TIFF, up to 2,000 pages are processed. For free tier subscribers, only the first two pages are processed.
173173
* The file size must be less than 50 MB and dimensions at least 50 x 50 pixels and at most 10,000 x 10,000 pixels.
174174

175175
::: moniker-end
@@ -187,16 +187,16 @@ See how data, including name, job title, address, email, and company name, is ex
187187
| ContactNames | Array of objects | Contact name | |
188188
| FirstName | String | First (given) name of contact | |
189189
| LastName | String | Last (family) name of contact | |
190-
| CompanyNames | Array of strings | Company name(s)| |
191-
| Departments | Array of strings | Department(s) or organization(s) of contact | |
192-
| JobTitles | Array of strings | Listed Job title(s) of contact | |
193-
| Emails | Array of strings | Contact email address(es) | |
194-
| Websites | Array of strings | Company website(s) | |
195-
| Addresses | Array of strings | Address(es) extracted from business card | |
196-
| MobilePhones | Array of phone numbers | Mobile phone number(s) from business card |+1 xxx xxx xxxx |
197-
| Faxes | Array of phone numbers | Fax phone number(s) from business card | +1 xxx xxx xxxx |
198-
| WorkPhones | Array of phone numbers | Work phone number(s) from business card | +1 xxx xxx xxxx |
199-
| OtherPhones | Array of phone numbers | Other phone number(s) from business card | +1 xxx xxx xxxx |
190+
| CompanyNames | Array of strings | Company name| |
191+
| Departments | Array of strings | Department or organization of contact | |
192+
| JobTitles | Array of strings | Listed Job title of contact | |
193+
| Emails | Array of strings | Contact email address | |
194+
| Websites | Array of strings | Company website | |
195+
| Addresses | Array of strings | Address extracted from business card | |
196+
| MobilePhones | Array of phone numbers | Mobile phone number from business card |+1 xxx xxx xxxx |
197+
| Faxes | Array of phone numbers | Fax phone number from business card | +1 xxx xxx xxxx |
198+
| WorkPhones | Array of phone numbers | Work phone number from business card | +1 xxx xxx xxxx |
199+
| OtherPhones | Array of phone numbers | Other phone number from business card | +1 xxx xxx xxxx |
200200

201201
::: moniker-end
202202

@@ -214,7 +214,7 @@ See how data, including name, job title, address, email, and company name, is ex
214214
| JobTitles | array of strings | Listed Job title of contact | ["Software Engineer"] |
215215
| Emails | array of strings | Contact email extracted from business card | ["[email protected]"] |
216216
| Websites | array of strings | Website extracted from business card | ["https://www.contoso.com"] |
217-
| Addresses | array of strings | Address extracted from business card | ["123 Main Street, Redmond, WA 98052"] |
217+
| Addresses | array of strings | Address extracted from business card | ["123 Main Street, Redmond, Washington 98052"] |
218218
| MobilePhones | array of phone numbers | Mobile phone number extracted from business card | ["+19876543210"] |
219219
| Faxes | array of phone numbers | Fax phone number extracted from business card | ["+19876543211"] |
220220
| WorkPhones | array of phone numbers | Work phone number extracted from business card | ["+19876543231"] |

articles/ai-services/document-intelligence/concept-composed-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
---
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 03/06/2024
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
monikerRange: '>=doc-intel-3.0.0'
1414
---

articles/ai-services/document-intelligence/concept-custom-neural.md

Lines changed: 1 addition & 1 deletion
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: 02/29/2024
9+
ms.date: 05/23/2024
1010
ms.author: lajanuar
1111
ms.custom:
1212
- references_regions

articles/ai-services/document-intelligence/concept-custom-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 11/21/2023
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
monikerRange: 'doc-intel-4.0.0 || <=doc-intel-3.1.0'
1414
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 02/29/2024
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
monikerRange: '<=doc-intel-4.0.0'
1414
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 03/06/2024
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
---
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 03/06/2024
11+
ms.date: 05/23/2024
1212
ms.author: lajanuar
1313
monikerRange: 'doc-intel-4.0.0 || >=doc-intel-3.0.0'
1414
---

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

Lines changed: 1 addition & 1 deletion
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: 03/06/2024
9+
ms.date: 05/23/2024
1010
ms.author: lajanuar
1111
ms.custom:
1212
- references.regions

0 commit comments

Comments
 (0)