Skip to content

Commit 9bf3a8e

Browse files
committed
finish up
1 parent c2f8c02 commit 9bf3a8e

File tree

6 files changed

+56
-53
lines changed

6 files changed

+56
-53
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 11/10/2022
10+
ms.date: 11/14/2022
1111
ms.author: lajanuar
1212
recommendations: false
1313
---
1414
<!-- markdownlint-disable MD033 -->
1515

16-
# Form Recognizer Business Card model
16+
# Azure Form Recognizer Business Card model
1717

1818
::: moniker range="form-recog-3.0.0"
1919
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -23,7 +23,7 @@ recommendations: false
2323
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
2424
::: moniker-end
2525

26-
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.
26+
The Form Recognizer 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.
2727

2828
## Business card data extraction
2929

articles/applied-ai-services/form-recognizer/concept-general-document.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 11/10/2022
10+
ms.date: 11/14/2022
1111
ms.author: lajanuar
1212
monikerRange: 'form-recog-3.0.0'
1313
recommendations: false
@@ -20,7 +20,7 @@ recommendations: false
2020

2121
The General document v3.0 model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to extract key-value pairs, tables, and selection marks from documents. General document is only available with the v3.0 API. For more information on using the v3.0 API, see our [migration guide](v3-migration-guide.md).
2222

23-
### Key-value extraction
23+
### Key-value pair extraction
2424

2525
The general document API supports most form types and will analyze your documents and extract keys and associated values. It's ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to training a custom model without labels.
2626

articles/applied-ai-services/form-recognizer/concept-id-document.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 11/11/2022
10+
ms.date: 11/14/2022
1111
ms.author: lajanuar
1212
recommendations: false
1313
ms.custom: references.regions
1414
---
1515
<!-- markdownlint-disable MD033 -->
1616

17-
# Form Recognizer identity document (ID) model
17+
# Azure Form Recognizer identity document model
1818

1919
::: moniker range="form-recog-3.0.0"
2020
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -26,13 +26,13 @@ ms.custom: references.regions
2626

2727
::: moniker range="form-recog-3.0.0"
2828

29-
Azure Form Recognizer Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents such as US Drivers Licenses (all 50 states and District of Columbia), international passport biographical pages, US state IDs, social security cards, and permanent resident cards and more. The API analyzes identity documents, extracts key information, and returns a structured JSON data representation.
29+
Form Recognizer Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents such as US Drivers Licenses (all 50 states and District of Columbia), international passport biographical pages, US state IDs, social security cards, and permanent resident cards and more. The API analyzes identity documents, extracts key information, and returns a structured JSON data representation.
3030

3131
::: moniker-end
3232

3333
::: moniker range="form-recog-2.1.0"
3434

35-
Azure Form Recognizer can analyze and extract information from government-issued identification documents (IDs) using its prebuilt IDs model. It combines our powerful [Optical Character Recognition (OCR)](../computer-vision/overview-ocr.md) capabilities with ID recognition capabilities to extract key information from Worldwide Passports and U.S. Driver's Licenses (all 50 states and D.C.). The IDs API extracts key information from these identity documents, such as first name, last name, date of birth, document number, and more. This API is available in the Form Recognizer v2.1 as a cloud service.
35+
Azure Form Recognizer can analyze and extract information from government-issued identification documents (IDs) using its prebuilt IDs model. It combines our powerful [Optical Character Recognition (OCR)](../../cognitive-services/computer-vision/overview-ocr.md) capabilities with ID recognition capabilities to extract key information from Worldwide Passports and U.S. Driver's Licenses (all 50 states and D.C.). The IDs API extracts key information from these identity documents, such as first name, last name, date of birth, document number, and more. This API is available in the Form Recognizer v2.1 as a cloud service.
3636

3737
::: moniker-end
3838

@@ -169,6 +169,10 @@ Extract data, including name, birth date, and expiration date, from ID documents
169169
* The "selectionMarks" node shows every selection mark (checkbox, radio mark) and whether its status is "selected" or "unselected".
170170
* The "pageResults" section includes the tables extracted. For each table, the text, row, and column index, row and column spanning, bounding box, and more are extracted.
171171
* The "documentResults" field contains key/value pairs information and line items information for the most relevant parts of the document.
172+
173+
> [!NOTE]
174+
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) does not support the BMP file format. This is a limitation of the tool not the Form Recognizer Service.
175+
172176
::: moniker-end
173177

174178
::: moniker range="form-recog-3.0.0"

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 11/10/2022
10+
ms.date: 11/14/2022
1111
ms.author: lajanuar
1212
recommendations: false
1313
---
1414
<!-- markdownlint-disable MD033 -->
1515

16-
# Form Recognizer invoice model
16+
# Azure Form Recognizer invoice model
1717

1818
::: moniker range="form-recog-3.0.0"
1919
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -23,7 +23,7 @@ recommendations: false
2323
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
2424
::: moniker-end
2525

26-
The machine-learning-based invoice model combines powerful Optical Character Recognition (OCR) capabilities with invoice understanding models to analyze and extract key fields and line items from sales invoices. Invoices can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes invoice text; extracts key information such as customer name, billing address, due date, and amount due; and returns a structured JSON data representation. The model currently supports both English and Spanish invoices.
26+
The Form Recognizer invoice model combines powerful Optical Character Recognition (OCR) capabilities with invoice understanding models to analyze and extract key fields and line items from sales invoices. Invoices can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes invoice text; extracts key information such as customer name, billing address, due date, and amount due; and returns a structured JSON data representation. The model currently supports both English and Spanish invoices.
2727

2828
## Automated invoice processing
2929

@@ -67,9 +67,25 @@ The following tools are supported by Form Recognizer v2.1:
6767

6868
::: moniker-end
6969

70+
## Input requirements
71+
72+
::: moniker range="form-recog-3.0.0"
73+
74+
[!INCLUDE [input requirements](./includes/input-requirements.md)]
75+
76+
::: moniker-end
77+
78+
::: moniker range="form-recog-2.1.0"
79+
80+
* Supported file formats: JPEG, PNG, PDF, and TIFF
81+
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.
82+
* 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.
83+
84+
::: moniker-end
85+
7086
## Try invoice data extraction
7187

72-
See how data, including customer information, vendor details, and line items, is extracted from invoices using the Form Recognizer Studio. You'll need the following resources:
88+
See how data, including customer information, vendor details, and line items, is extracted from invoices. You'll need the following resources:
7389

7490
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
7591

@@ -134,22 +150,6 @@ See how data, including customer information, vendor details, and line items, is
134150
135151
::: moniker-end
136152

137-
## Input requirements
138-
139-
::: moniker range="form-recog-3.0.0"
140-
141-
[!INCLUDE [input requirements](./includes/input-requirements.md)]
142-
143-
::: moniker-end
144-
145-
::: moniker range="form-recog-2.1.0"
146-
147-
* Supported file formats: JPEG, PNG, PDF, and TIFF
148-
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.
149-
* 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.
150-
151-
::: moniker-end
152-
153153
::: moniker range="form-recog-3.0.0"
154154

155155
## Supported languages and locales

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ recommendations: false
2222
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
2323
::: moniker-end
2424

25-
Form Recognizer layout model is an advanced machine-learning based document analysis API available in the Form Recognizer cloud. It enables you to take documents in a variety of formats and return structured data representations of the documents. It combines an enhanced version of our powerful [Optical Character Recognition (OCR)](../../cognitive-services/Bing-Autosuggest/computer-vision/overview-ocr.md) capabilities with deep learning models to extract text, tables, selection marks, and document structure.
25+
Form Recognizer layout model is an advanced machine-learning based document analysis API available in the Form Recognizer cloud. It enables you to take documents in a variety of formats and return structured data representations of the documents. It combines an enhanced version of our powerful [Optical Character Recognition (OCR)](../../cognitive-services/computer-vision/overview-ocr.md) capabilities with deep learning models to extract text, tables, selection marks, and document structure.
2626

2727
## Document layout analysis
2828

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

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: conceptual
10-
ms.date: 11/10/2022
10+
ms.date: 11/14/2022
1111
ms.author: lajanuar
12-
monikerRange: '>=form-recog-2.1.0'
1312
recommendations: false
1413
---
1514
<!-- markdownlint-disable MD033 -->
1615

17-
# Form Recognizer receipt model
18-
19-
The Form Recognizer receipt model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information from sales receipts. Receipts can be of various formats and quality including printed and handwritten receipts. The API extracts key information such as merchant name, merchant phone number, transaction date, tax, and transaction total and returns structured JSON data.
16+
# Azure Form Recognizer receipt model
2017

2118
::: moniker range="form-recog-3.0.0"
2219
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -26,9 +23,11 @@ The Form Recognizer receipt model combines powerful Optical Character Recognitio
2623
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
2724
::: moniker-end
2825

26+
The Form Recognizer receipt model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information from sales receipts. Receipts can be of various formats and quality including printed and handwritten receipts. The API extracts key information such as merchant name, merchant phone number, transaction date, tax, and transaction total and returns structured JSON data.
27+
2928
## Receipt data extraction
3029

31-
Receipt digitization is the process of converting scanned receipts into digital form for downstream processing. Azure Form Recognizer OCR powered receipt data extraction helps to automate the conversion and save time and effort. The output from the receipt data extraction is used for accounts payable and receivables automation, sales data analytics, and other business scenarios.
30+
Receipt digitization is the process of converting scanned receipts into digital form for downstream processing. Azure Form Recognizer OCR-powered receipt data extraction helps to automate the conversion and save time and effort. The output from the receipt data extraction is used for accounts payable and receivables automation, sales data analytics, and other business scenarios.
3231

3332
::: moniker range="form-recog-3.0.0"
3433

@@ -67,9 +66,25 @@ The following tools are supported by Form Recognizer v2.1:
6766

6867
::: moniker-end
6968

69+
## Input requirements
70+
71+
::: moniker range="form-recog-3.0.0"
72+
73+
[!INCLUDE [input requirements](./includes/input-requirements.md)]
74+
75+
::: moniker-end
76+
77+
::: moniker range="form-recog-2.1.0"
78+
79+
* Supported file formats: JPEG, PNG, PDF, and TIFF
80+
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.
81+
* 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.
82+
83+
::: moniker-end
84+
7085
### Try receipt data extraction
7186

72-
See how data, including time and date of transactions, merchant information, and amount totals, is extracted from receipts using the Form Recognizer Studio. You'll need the following resources:
87+
See how data, including time and date of transactions, merchant information, and amount totals, is extracted from receipts. You'll need the following resources:
7388

7489
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
7590

@@ -137,22 +152,6 @@ See how data, including time and date of transactions, merchant information, and
137152
138153
::: moniker-end
139154

140-
## Input requirements
141-
142-
::: moniker range="form-recog-3.0.0"
143-
144-
[!INCLUDE [input requirements](./includes/input-requirements.md)]
145-
146-
::: moniker-end
147-
148-
::: moniker range="form-recog-2.1.0"
149-
150-
* Supported file formats: JPEG, PNG, PDF, and TIFF
151-
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.
152-
* 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.
153-
154-
::: moniker-end
155-
156155
::: moniker range="form-recog-3.0.0"
157156

158157
## Supported languages and locales v3.0

0 commit comments

Comments
 (0)