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
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.
41
41
42
42
## Business card data extraction
43
43
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.
45
45
46
46
***Sample business card processed with [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=businessCard)***
47
47
@@ -149,7 +149,7 @@ See how data, including name, job title, address, email, and company name, is ex
149
149
150
150
1. Select **Run analysis**. The Document Intelligence Sample Labeling tool calls the Analyze Prebuilt API and analyze the document.
151
151
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.
153
153
154
154
:::image type="content" source="media/business-card-results.png" alt-text="Screenshot of the business card model analyze results operation.":::
155
155
@@ -168,8 +168,8 @@ See how data, including name, job title, address, email, and company name, is ex
168
168
169
169
::: moniker range="doc-intel-2.1.0"
170
170
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.
173
173
* 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.
174
174
175
175
::: moniker-end
@@ -187,16 +187,16 @@ See how data, including name, job title, address, email, and company name, is ex
187
187
| ContactNames | Array of objects | Contact name ||
188
188
| FirstName | String | First (given) name of contact ||
189
189
| 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 ||
0 commit comments