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/applied-ai-services/form-recognizer/concept-business-card.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Form Recognizer business card model
2
+
title: Business card data extraction - Form Recognizer
3
3
titleSuffix: Azure Applied AI Services
4
-
description: Concepts related to data extraction and analysis using the prebuilt business card model.
4
+
description: OCR and machine learning based business card scanning in Form Recognizer extracts key data from business cards.
5
5
author: laujan
6
6
manager: nitinme
7
7
ms.service: applied-ai-services
@@ -14,10 +14,16 @@ recommendations: false
14
14
---
15
15
<!-- markdownlint-disable MD033 -->
16
16
17
-
# Form Recognizer business card model
17
+
# Business card data extraction
18
18
19
19
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
20
20
21
+
## How business card data extraction works
22
+
23
+
Business cards are a great way of representing a business or a professional. The company logo, fonts and background images found in business cards help 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 integrated into them for the benefit of their users.
24
+
25
+
## Form Recognizer Business Card model
26
+
21
27
The business card model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information 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.
22
28
23
29
***Sample business card processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=businessCard)***
@@ -38,7 +44,7 @@ The following tools are supported by Form Recognizer v2.1:
See how data, including name, job title, address, email, and company name, is extracted from business cards using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following resources:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-custom-neural.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Form Recognizer custom neural model
2
+
title: Custom neural document model - Form Recognizer
3
3
titleSuffix: Azure Applied AI Services
4
-
description: Learn about custom neural (neural) model type, its features and how you train a model with high accuracy to extract data from structured and unstructured documents.
4
+
description: Use the custom neural document model to train a model to extract data from structured, semistructured, and unstructured documents.
Custom neural models or neural models are a deep learned model that combines layout and language features to accurately extract labeled fields from documents. The base custom neural model is trained on various document types that makes it suitable to be trained for extracting fields from structured, semi-structured and unstructured documents. The table below lists common document types for each category:
22
+
Custom neural document models or neural models are a deep learned model type that combines layout and language features to accurately extract labeled fields from documents. The base custom neural model is trained on various document types that makes it suitable to be trained for extracting fields from structured, semi-structured and unstructured documents. The table below lists common document types for each category:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-custom-template.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Form Recognizer custom template model
2
+
title: Custom template document model - Form Recognizer
3
3
titleSuffix: Azure Applied AI Services
4
-
description: Learn about the custom template model type, its features and how you train a model with high accuracy to extract data from structured or templated forms
4
+
description: Use the custom template document model to train a model to extract data from structured or templated forms.
Custom template (formerly custom form) is an easy-to-train model that accurately extracts labeled key-value pairs, selection marks, tables, regions, and signatures from documents. Template models use layout cues to extract values from documents and are suitable to extract fields from highly structured documents with defined visual templates.
20
+
Custom template (formerly custom form) is an easy-to-train document model that accurately extracts labeled key-value pairs, selection marks, tables, regions, and signatures from documents. Template models use layout cues to extract values from documents and are suitable to extract fields from highly structured documents with defined visual templates.
21
21
22
22
Custom template models share the same labeling format and strategy as custom neural models, with support for more field types and languages.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-custom.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Form Recognizer custom and composed models
2
+
title: Custom document models - Form Recognizer
3
3
titleSuffix: Azure Applied AI Services
4
-
description: Learn to create, use, and manage Form Recognizer custom and composed models.
4
+
description: Label and train customized models for your documents and compose multiple models into a single model identifier.
5
5
author: laujan
6
6
manager: nitinme
7
7
ms.service: applied-ai-services
@@ -12,17 +12,17 @@ ms.author: lajanuar
12
12
monikerRange: '>=form-recog-2.1.0'
13
13
recommendations: false
14
14
---
15
-
# Form Recognizer custom models
15
+
# Custom document models
16
16
17
17
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
18
18
19
19
Form Recognizer uses advanced machine learning technology to detect and extract information from forms and documents and returns the extracted data in a structured JSON output. With Form Recognizer, you can use pre-built or pre-trained models or you can train standalone custom models. Custom models extract and analyze distinct data and use cases from forms and documents specific to your business. Standalone custom models can be combined to create [composed models](concept-composed-models.md).
20
20
21
21
To create a custom model, you label a dataset of documents with the values you want extracted and train the model on the labeled dataset. You only need five examples of the same form or document type to get started.
22
22
23
-
## Custom model types
23
+
## Custom document model types
24
24
25
-
Custom models can be one of two types, [**custom template**](concept-custom-template.md) or custom form and [**custom neural**](concept-custom-neural.md) or custom document models. The labeling and training process for both models is identical, but the models differ as follows:
25
+
Custom document models can be one of two types, [**custom template**](concept-custom-template.md) or custom form and [**custom neural**](concept-custom-neural.md) or custom document models. The labeling and training process for both models is identical, but the models differ as follows:
26
26
27
27
### Custom template model (v3.0)
28
28
@@ -84,7 +84,7 @@ The following tools are supported by Form Recognizer v2.1:
0 commit comments