Skip to content

Commit 10726e6

Browse files
committed
edit for review
1 parent 78dce99 commit 10726e6

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

articles/ai-services/document-intelligence/concept-id-document.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 11/21/2023
9+
ms.date: 03/06/2024
1010
ms.author: lajanuar
1111
ms.custom:
1212
- references.regions
@@ -51,7 +51,7 @@ Document Intelligence Identity document (ID) model combines Optical Character Re
5151

5252
::: moniker range="doc-intel-2.1.0"
5353

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.
5555

5656
::: moniker-end
5757

@@ -131,19 +131,19 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
131131

132132
::: moniker range="doc-intel-2.1.0"
133133

134-
* Supported file formats: JPEG, PNG, PDF, and TIFF
134+
* Supported file formats: JPEG, PNG, PDF, and TIFF.
135135

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.
137137

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.
139139

140140
::: moniker-end
141141

142142
### ID document model data extraction
143143

144144
Extract data, including name, birth date, and expiration date, from ID documents. You need the following resources:
145145

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/).
147147

148148
* 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.
149149

@@ -154,16 +154,17 @@ Extract data, including name, birth date, and expiration date, from ID documents
154154
> [!NOTE]
155155
> Document Intelligence Studio is available with v3.1 and v3.0 APIs and later versions.
156156
157-
1. On the Document Intelligence Studio home page, select **Identity documents**
157+
1. On the Document Intelligence Studio home page, select **Identity documents**.
158158

159159
1. You can analyze the sample invoice or upload your own files.
160160

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**:
162162

163163
:::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.":::
164164

165165
> [!div class="nextstepaction"]
166-
> [Try Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=idDocument)
166+
> [Try Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=idDocument).
167+
167168
::: moniker-end
168169

169170
::: moniker range="doc-intel-2.1.0"
@@ -197,7 +198,7 @@ Extract data, including name, birth date, and expiration date, from ID documents
197198

198199
1. Select **Run analysis**. The Document Intelligence Sample Labeling tool calls the Analyze Prebuilt API and analyzes the document.
199200

200-
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables detected.
201+
1. View the results - see the key-value pairs extracted, line items, highlighted text extracted, and tables detected.
201202

202203
:::image type="content" source="media/id-example-drivers-license.jpg" alt-text="Screenshot of the identity model analyze results operation.":::
203204

@@ -244,8 +245,8 @@ The following are the fields extracted per document type. The Document Intellige
244245
|`DateOfBirth`|`date`|Date of birth|01/06/1958|
245246
|`DateOfExpiration`|`date`|Date of expiration|08/12/2020|
246247
|`DateOfIssue`|`date`|Date of issue|08/12/2012|
247-
|`EyeColor`|`string`|Eye color|BLU|
248-
|`HairColor`|`string`|Hair color|BRO|
248+
|`EyeColor`|`string`|Eye color|Blue|
249+
|`HairColor`|`string`|Hair color|Brown|
249250
|`Height`|`string`|Height|5'11"|
250251
|`Weight`|`string`|Weight|185LB|
251252
|`Sex`|`string`|Sex|M|
@@ -262,7 +263,7 @@ The following are the fields extracted per document type. The Document Intellige
262263
|`MiddleName`|`string`|Name between given name and surname|REYES|
263264
|`LastName`|`string`|Surname|BROOKS|
264265
|`Aliases`|`array`|||
265-
|`Aliases.*`|`string`|Also known as|MAY LIN|
266+
|`Aliases.*`|`string`|Also known as|MAT LIN|
266267
|`DateOfBirth`|`date`|Date of birth|1980-01-01|
267268
|`DateOfExpiration`|`date`|Date of expiration|2019-05-05|
268269
|`DateOfIssue`|`date`|Date of issue|2014-05-06|
@@ -271,7 +272,7 @@ The following are the fields extracted per document type. The Document Intellige
271272
|`DocumentType`|`string`|Document type|P|
272273
|`Nationality`|`countryRegion`|Nationality|USA|
273274
|`PlaceOfBirth`|`string`|Place of birth|MASSACHUSETTS, U.S.A.|
274-
|`PlaceOfIssue`|`string`|Place of issue|LA PAZ|
275+
|`PlaceOfIssue`|`string`|Place of issue|LISBON|
275276
|`IssuingAuthority`|`string`|Issuing authority|United States Department of State|
276277
|`PersonalNumber`|`string`|Personal ID. No.|A234567893|
277278
|`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
298299
|`DateOfBirth`|`date`|Date of birth|01/06/1958|
299300
|`DateOfExpiration`|`date`|Date of expiration|08/12/2020|
300301
|`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|
303304
|`Height`|`string`|Height|5'11"|
304305
|`Weight`|`string`|Weight|185LB|
305306
|`Sex`|`string`|Sex|M|
@@ -375,15 +376,15 @@ The following are the fields extracted per document type. The Document Intellige
375376

376377
::: moniker range=">=doc-intel-3.0.0"
377378

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).
379380

380381
* 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.
381382

382383
::: moniker-end
383384

384385
::: moniker range="doc-intel-2.1.0"
385386

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/).
387388

388389
* 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.
389390

0 commit comments

Comments
 (0)