Skip to content

Commit 9a0b5cb

Browse files
authored
Merge pull request #215945 from sanjeev3/main
SEO updates to Form Recognizer Docs (Overviews & Concepts)
2 parents aaa7171 + adec695 commit 9a0b5cb

15 files changed

+359
-230
lines changed

articles/applied-ai-services/form-recognizer/concept-business-card.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Form Recognizer business card model
2+
title: Business card data extraction - Form Recognizer
33
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.
55
author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services
@@ -14,10 +14,16 @@ recommendations: false
1414
---
1515
<!-- markdownlint-disable MD033 -->
1616

17-
# Form Recognizer business card model
17+
# Business card data extraction
1818

1919
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
2020

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+
2127
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.
2228

2329
***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:
3844
|----------|-------------------------|
3945
|**Business card model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](/azure/applied-ai-services/form-recognizer/how-to-guides/use-sdk-rest-api?view=form-recog-2.1.0&preserve-view=true&tabs=windows&pivots=programming-language-rest-api#analyze-business-cards)</li><li>[**Client-library SDK**](/azure/applied-ai-services/form-recognizer/how-to-guides/v2-1-sdk-rest-api)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=business-card#run-the-container-with-the-docker-compose-up-command)</li></ul>|
4046

41-
### Try Form Recognizer
47+
### Try business card data extraction
4248

4349
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:
4450

articles/applied-ai-services/form-recognizer/concept-composed-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Form Recognizer composed models
2+
title: Composed custom models - Form Recognizer
33
titleSuffix: Azure Applied AI Services
4-
description: Learn about composed custom models
4+
description: Compose several custom models into a single model for easier data extraction from groups of distinct form types.
55
author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services

articles/applied-ai-services/form-recognizer/concept-custom-neural.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Form Recognizer custom neural model
2+
title: Custom neural document model - Form Recognizer
33
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.
55
author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services
@@ -14,12 +14,12 @@ monikerRange: 'form-recog-3.0.0'
1414
recommendations: false
1515
---
1616

17-
# Form Recognizer custom neural model
17+
# Custom neural document model
1818

1919
**This article applies to:** ![Form Recognizer v3.0 checkmark](media/yes-icon.png) **Form Recognizer v3.0**.
2020

2121

22-
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:
2323

2424
|Documents | Examples |
2525
|---|--|

articles/applied-ai-services/form-recognizer/concept-custom-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Form Recognizer custom template model
2+
title: Custom template document model - Form Recognizer
33
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.
55
author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services
@@ -13,11 +13,11 @@ monikerRange: 'form-recog-3.0.0'
1313
recommendations: false
1414
---
1515

16-
# Form Recognizer custom template model
16+
# Custom template document model
1717

1818
**This article applies to:** ![Form Recognizer v3.0 checkmark](media/yes-icon.png) **Form Recognizer v3.0**.
1919

20-
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.
2121

2222
Custom template models share the same labeling format and strategy as custom neural models, with support for more field types and languages.
2323

articles/applied-ai-services/form-recognizer/concept-custom.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Form Recognizer custom and composed models
2+
title: Custom document models - Form Recognizer
33
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.
55
author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services
@@ -12,17 +12,17 @@ ms.author: lajanuar
1212
monikerRange: '>=form-recog-2.1.0'
1313
recommendations: false
1414
---
15-
# Form Recognizer custom models
15+
# Custom document models
1616

1717
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
1818

1919
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).
2020

2121
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.
2222

23-
## Custom model types
23+
## Custom document model types
2424

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:
2626

2727
### Custom template model (v3.0)
2828

@@ -84,7 +84,7 @@ The following tools are supported by Form Recognizer v2.1:
8484
|Custom model| <ul><li>[Form Recognizer labeling tool](https://fott-2-1.azurewebsites.net)</li><li>[REST API](/azure/applied-ai-services/form-recognizer/how-to-guides/use-sdk-rest-api?view=form-recog-2.1.0&preserve-view=true&tabs=windows&pivots=programming-language-rest-api#analyze-forms-with-a-custom-model)</li><li>[Client library SDK](/azure/applied-ai-services/form-recognizer/how-to-guides/v2-1-sdk-rest-api)</li><li>[Form Recognizer Docker container](containers/form-recognizer-container-install-run.md?tabs=custom#run-the-container-with-the-docker-compose-up-command)</li></ul>|***custom-model-id***|
8585

8686

87-
### Try Form Recognizer
87+
### Try building a custom model
8888

8989
Try extracting data from your specific or unique documents using custom models. You need the following resources:
9090

@@ -113,7 +113,7 @@ Try extracting data from your specific or unique documents using custom models.
113113
> [!div class="nextstepaction"]
114114
> [Try Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/customform/projects)
115115
116-
## Model capabilities
116+
## Custom model extraction summary
117117

118118
This table compares the supported data extraction areas:
119119

0 commit comments

Comments
 (0)