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/ai-services/document-intelligence/concept-id-document.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
8
8
ms.topic: conceptual
9
-
ms.date: 11/21/2023
9
+
ms.date: 03/06/2024
10
10
ms.author: lajanuar
11
11
ms.custom:
12
12
- references.regions
@@ -51,7 +51,7 @@ Document Intelligence Identity document (ID) model combines Optical Character Re
51
51
52
52
::: moniker range="doc-intel-2.1.0"
53
53
54
-
Document Intelligence can analyze and extract information from government-issued identification documents (IDs) using its prebuilt IDs model. It combines our powerful [Optical Character Recognition (OCR)](../../ai-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 Document Intelligence v2.1 as a cloud service.
54
+
Document Intelligence can analyze and extract information from government-issued identification documents (IDs) using its prebuilt IDs model. It combines our powerful [Optical Character Recognition (OCR)](../../ai-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, surname, date of birth, document number, and more. This API is available in the Document Intelligence v2.1 as a cloud service.
55
55
56
56
::: moniker-end
57
57
@@ -131,19 +131,19 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
131
131
132
132
::: moniker range="doc-intel-2.1.0"
133
133
134
-
* Supported file formats: JPEG, PNG, PDF, and TIFF
134
+
* Supported file formats: JPEG, PNG, PDF, and TIFF.
135
135
136
-
*Document Intelligence processes PDF and TIFF files up to 2000 pages or only the first two pages for free-tier subscribers.
136
+
*Supported number of pages for PDF and TIFF files: up to 2,000 pages or only the first two pages for free-tier subscribers.
137
137
138
-
*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.
138
+
*Supported file size: less than 50 MB TOTAL; minimum pixels: 50 x 50 px; maximum pixels 10,000 x 10,000 px.
139
139
140
140
::: moniker-end
141
141
142
142
### ID document model data extraction
143
143
144
144
Extract data, including name, birth date, and expiration date, from ID documents. You need the following resources:
145
145
146
-
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
146
+
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/).
147
147
148
148
* A [Document Intelligence instance](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) in the Azure portal. You can use the free pricing tier (`F0`) to try the service. After your resource deploys, select **Go to resource** to get your key and endpoint.
149
149
@@ -154,16 +154,17 @@ Extract data, including name, birth date, and expiration date, from ID documents
154
154
> [!NOTE]
155
155
> Document Intelligence Studio is available with v3.1 and v3.0 APIs and later versions.
156
156
157
-
1. On the Document Intelligence Studio home page, select **Identity documents**
157
+
1. On the Document Intelligence Studio home page, select **Identity documents**.
158
158
159
159
1. You can analyze the sample invoice or upload your own files.
160
160
161
-
1. Select the **Run analysis** button and, if necessary, configure the **Analyze options**:
161
+
1. Select the **Run analysis** button and, if necessary, configure the **Analyze options**:
162
162
163
163
:::image type="content" source="media/studio/run-analysis-analyze-options.png" alt-text="Screenshot of Run analysis and Analyze options buttons in the Document Intelligence Studio.":::
|`MachineReadableZone`|`object`|Machine readable zone (MRZ)|P<USABROOKS<<JENNIFER<<<<<<<<<<<<<<<<<<<<<<< 3400200135USA8001014F1905054710000307<715816|
@@ -298,8 +299,8 @@ The following are the fields extracted per document type. The Document Intellige
298
299
|`DateOfBirth`|`date`|Date of birth|01/06/1958|
299
300
|`DateOfExpiration`|`date`|Date of expiration|08/12/2020|
300
301
|`DateOfIssue`|`date`|Date of issue|08/12/2012|
301
-
|`EyeColor`|`string`|Eye color|BLU|
302
-
|`HairColor`|`string`|Hair color|BRO|
302
+
|`EyeColor`|`string`|Eye color|BLUE|
303
+
|`HairColor`|`string`|Hair color|BROWN|
303
304
|`Height`|`string`|Height|5'11"|
304
305
|`Weight`|`string`|Weight|185LB|
305
306
|`Sex`|`string`|Sex|M|
@@ -375,15 +376,15 @@ The following are the fields extracted per document type. The Document Intellige
375
376
376
377
::: moniker range=">=doc-intel-3.0.0"
377
378
378
-
* Try processing your own forms and documents with the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio)
379
+
* Try processing your own forms and documents with the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio).
379
380
380
381
* Complete a [Document Intelligence quickstart](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
381
382
382
383
::: moniker-end
383
384
384
385
::: moniker range="doc-intel-2.1.0"
385
386
386
-
* Try processing your own forms and documents with the [Document Intelligence Sample Labeling tool](https://fott-2-1.azurewebsites.net/)
387
+
* Try processing your own forms and documents with the [Document Intelligence Sample Labeling tool](https://fott-2-1.azurewebsites.net/).
387
388
388
389
* Complete a [Document Intelligence quickstart](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
0 commit comments