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-id-document.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: conceptual
10
-
ms.date: 11/14/2022
10
+
ms.date: 02/22/2023
11
11
ms.author: lajanuar
12
12
recommendations: false
13
13
ms.custom: references.regions
@@ -26,7 +26,13 @@ ms.custom: references.regions
26
26
27
27
::: moniker range="form-recog-3.0.0"
28
28
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.
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. The API analyzes identity documents (including the following) and returns a structured JSON data representation:
30
+
31
+
* US Drivers Licenses (all 50 states and District of Columbia)
32
+
* International passport biographical pages
33
+
* US state IDs
34
+
* Social Security cards
35
+
* Permanent resident cards
30
36
31
37
::: moniker-end
32
38
@@ -67,7 +73,7 @@ The prebuilt IDs service extracts the key values from worldwide passports and U.
67
73
## Development options
68
74
69
75
::: moniker range="form-recog-3.0.0"
70
-
The following tools are supported by Form Recognizer v3.0:
76
+
Form Recognizer v3.0 supports the following tools:
71
77
72
78
| Feature | Resources | Model ID |
73
79
|----------|-------------|-----------|
@@ -76,7 +82,7 @@ The following tools are supported by Form Recognizer v3.0:
76
82
77
83
::: moniker range="form-recog-2.1.0"
78
84
79
-
The following tools are supported by Form Recognizer v2.1:
85
+
Form Recognizer v2.1 supports the following tools:
80
86
81
87
| Feature | Resources |
82
88
|----------|-------------------------|
@@ -94,14 +100,14 @@ The following tools are supported by Form Recognizer v2.1:
94
100
::: moniker range="form-recog-2.1.0"
95
101
96
102
* Supported file formats: JPEG, PNG, PDF, and TIFF
97
-
*For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.
103
+
*Form Recognizer processes PDF and TIFF files up to 2000 pages or only the first two pages for free-tier subscribers.
98
104
* 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.
99
105
100
106
::: moniker-end
101
107
102
108
### Try Form Recognizer
103
109
104
-
Extract data, including name, birth date, and expiration date, from ID documents. You'll need the following resources:
110
+
Extract data, including name, birth date, and expiration date, from ID documents. You need the following resources:
105
111
106
112
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
107
113
@@ -155,9 +161,9 @@ Extract data, including name, birth date, and expiration date, from ID documents
155
161
156
162
1. In the **key** field, paste the key you obtained from your Form Recognizer resource.
157
163
158
-
:::image type="content" source="media/fott-select-form-type.png" alt-text="Screenshot: select form type dropdown menu.":::
164
+
:::image type="content" source="media/fott-select-form-type.png" alt-text="Screenshot: select document type dropdown menu.":::
159
165
160
-
1. Select **Run analysis**. The Form Recognizer Sample Labeling tool will call the Analyze Prebuilt API and analyze the document.
166
+
1. Select **Run analysis**. The Form Recognizer Sample Labeling tool calls the Analyze Prebuilt API and analyzes the document.
161
167
162
168
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables detected.
163
169
@@ -167,7 +173,7 @@ Extract data, including name, birth date, and expiration date, from ID documents
167
173
168
174
* The "readResults" node contains every line of text with its respective bounding box placement on the page.
169
175
* The "selectionMarks" node shows every selection mark (checkbox, radio mark) and whether its status is "selected" or "unselected".
170
-
* 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.
176
+
* The "pageResults" section includes the tables extracted. For each table, Form Recognizer extracts the text, row, and column index, row and column spanning, bounding box, and more.
171
177
* The "documentResults" field contains key/value pairs information and line items information for the most relevant parts of the document.
172
178
173
179
> [!NOTE]
@@ -190,7 +196,7 @@ Extract data, including name, birth date, and expiration date, from ID documents
190
196
191
197
## Field extractions
192
198
193
-
Below are the fields extracted per document type. The Azure Form Recognizer ID model `prebuilt-idDocument` extracts the below fields in the `documents.*.fields`. It also extracts all the text in the documents, words, lines, and styles that are included in the JSON output in the different sections.
199
+
The following are the fields extracted per document type. The Azure Form Recognizer ID model `prebuilt-idDocument` extracts the following fields in the `documents.*.fields`. The json output includes all the extracted text in the documents, words, lines, and styles.
194
200
195
201
>[!NOTE]
196
202
>
@@ -247,7 +253,7 @@ Below are the fields extracted per document type. The Azure Form Recognizer ID m
247
253
|`PlaceOfBirth`|`string`|Place of birth|MASSACHUSETTS, U.S.A.|
248
254
|`PlaceOfIssue`|`string`|Place of issue|LA PAZ|
249
255
|`IssuingAuthority`|`string`|Issuing authority|United States Department of State|
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-receipt.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: conceptual
10
-
ms.date: 02/13/2023
10
+
ms.date: 02/22/2023
11
11
ms.author: lajanuar
12
12
recommendations: false
13
13
---
@@ -27,7 +27,7 @@ The Form Recognizer receipt model combines powerful Optical Character Recognitio
27
27
28
28
## Receipt data extraction
29
29
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.
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.
31
31
32
32
::: moniker range="form-recog-3.0.0"
33
33
@@ -48,7 +48,7 @@ Receipt digitization is the process of converting scanned receipts into digital
48
48
## Development options
49
49
50
50
::: moniker range="form-recog-3.0.0"
51
-
The following tools are supported by Form Recognizer v3.0:
51
+
Form Recognizer v3.0 Supports the following tools:
52
52
53
53
| Feature | Resources | Model ID |
54
54
|----------|-------------|-----------|
@@ -58,7 +58,7 @@ The following tools are supported by Form Recognizer v3.0:
58
58
59
59
::: moniker range="form-recog-2.1.0"
60
60
61
-
The following tools are supported by Form Recognizer v2.1:
61
+
Form Recognizer v2.1 supports the following tools:
62
62
63
63
| Feature | Resources |
64
64
|----------|-------------------------|
@@ -77,14 +77,14 @@ The following tools are supported by Form Recognizer v2.1:
77
77
::: moniker range="form-recog-2.1.0"
78
78
79
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.
80
+
* For PDF and TIFF, Form Recognizer can process up to 2000 pages for standard tier subscribers or only the first two pages for free-tier subscribers.
81
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
82
83
83
::: moniker-end
84
84
85
85
### Try receipt data extraction
86
86
87
-
See how data, including time and date of transactions, merchant information, and amount totals, is extracted from receipts. You need the following resources:
87
+
See how Form Recognizer extracts data, including time and date of transactions, merchant information, and amount totals from receipts. You need the following resources:
88
88
89
89
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
0 commit comments