Skip to content

Commit 6deec9b

Browse files
committed
update ID, receipt concept and what's new
1 parent 7fad077 commit 6deec9b

File tree

3 files changed

+25
-38
lines changed

3 files changed

+25
-38
lines changed

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

Lines changed: 17 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,16 @@ Extract data, including name, birth date, and expiration date, from ID documents
177177

178178
::: moniker range="form-recog-3.0.0"
179179

180-
## Supported languages and locales
180+
### Supported document types
181181

182-
>[!NOTE]
183-
> It's not necessary to specify a locale. This is an optional parameter. The Form Recognizer deep-learning technology will auto-detect the language of the text in your image.
184-
185-
| Model | Language—Locale code | Default |
186-
|--------|:----------------------|:---------|
187-
|ID document| <ul><li>English (United States)—en-US (driver's license)</li><li>Biographical pages from international passports</br> (excluding visa and other travel documents)</li><li>English (United States)—en-US (state ID)</li><li>English (United States)—en-US (social security card)</li><li>English (United States)—en-US (permanent resident card)</li></ul></br>|English (United States)—en-US|
182+
| Region | Document Types |
183+
|--------|----------------|
184+
|Worldwide|Passport Book, Passport Card|
185+
|`US`|Driver License, Identification Card, Residency Permit (Green card), Social Security Card, Military ID|
186+
|`IN`|Driver License, PAN Card, Aadhaar Card|
187+
|`CA`|Driver License, Identification Card, Residency Permit (Maple Card)|
188+
|`GB`|Driver License, National Identity Card|
189+
|`AU`|Driver License, Photo Card, Key-pass ID (including digital version)|
188190

189191
## Field extractions
190192

@@ -302,29 +304,14 @@ Below are the fields extracted per document type. The Azure Form Recognizer ID m
302304

303305
#### `idDocument` field extracted
304306

305-
|Name| Type | Description | Standardized output|
306-
|:-----|:----|:----|:----|
307-
| DateOfIssue | Date | Issue date | yyyy-mm-dd |
308-
| Height | String | Height of the holder. | |
309-
| Weight | String | Weight of the holder. | |
310-
| EyeColor | String | Eye color of the holder. | |
311-
| HairColor | String | Hair color of the holder. | |
312-
| DocumentDiscriminator | String | Document discriminator is a security code that identifies where and when the license was issued. | |
313-
| Endorsements | String | More driving privileges granted to a driver such as Motorcycle or School bus. | |
314-
| Restrictions | String | Restricted driving privileges applicable to suspended or revoked licenses.| |
315-
| VehicleClassification | String | Types of vehicles that can be driven by a driver. ||
316-
| CountryRegion | countryRegion | Country or region code compliant with ISO 3166 standard | |
317-
| DateOfBirth | Date | DOB | yyyy-mm-dd |
318-
| DateOfExpiration | Date | Expiration date DOB | yyyy-mm-dd |
319-
| DocumentNumber | String | Relevant passport number, driver's license number, etc. | |
320-
| FirstName | String | Extracted given name and middle initial if applicable | |
321-
| LastName | String | Extracted surname | |
322-
| Nationality | countryRegion | Country or region code compliant with ISO 3166 standard (Passport only) | |
323-
| Sex | String | Possible extracted values include "M", "F" and "X" | |
324-
| MachineReadableZone | Object | Extracted Passport MRZ including two lines of 44 characters each | "P<USABROOKS<<JENNIFER<<<<<<<<<<<<<<<<<<<<<<< 3400200135USA8001014F1905054710000307<715816" |
325-
| DocumentType | String | Document type, for example, Passport, Driver's License, Social security card and more | "passport" |
326-
| Address | String | Extracted address, address is also parsed to its components - address, city, state, country, zip code ||
327-
| Region | String | Extracted region, state, province, etc. (Driver's License only) | |
307+
| Field | Type | Description | Example |
308+
|:------|:-----|:------------|:--------|
309+
|`Address`|`address`|Address|123 STREET ADDRESS YOUR CITY WA 99999-1234|
310+
|`DocumentNumber`|`string`|Driver license number|WDLABCD456DG|
311+
|`FirstName`|`string`|Given name and middle initial if applicable|LIAM R.|
312+
|`LastName`|`string`|Surname|TALBOT|
313+
|`DateOfBirth`|`date`|Date of birth|01/06/1958|
314+
|`DateOfExpiration`|`date`|Date of expiration|08/12/2020|
328315

329316
::: moniker-end
330317

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The receipt model supports all English receipts and the following locales:
168168
|&bullet; French | France (fr-fr), Canada (fr-ca) |
169169
|&bullet; German | Germany (de-de) |
170170
|&bullet; Italian | Italy (it-it) |
171-
|&bullet; Japanese | Japan (ja-ja)|
171+
|&bullet; Japanese | Japan (ja-jp)|
172172
|&bullet; Portuguese| Portugal (pt-pt), Brazil (pt-br)|
173173
|&bullet; Spanish | Spain (es-es) |
174174
::: moniker-end

articles/applied-ai-services/form-recognizer/whats-new.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.custom: references_regions
2525
Form Recognizer service is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
2626

2727
>[!NOTE]
28-
> With the release of the 2022-08-31 GA API, the associated preview APIs are being deprecated. If you are using the 2021-09-30-preview or the 2022-01-30-preview API versions, please update your applications to target the 2022-08-31 API version. There are a few minor changes involved, for more information, _see_ the [migration guide](v3-migration-guide.md).
28+
> With the release of the 2022-08-31 GA API, the associated preview APIs are being deprecated. If you are using the 2021-09-30-preview or the 2023-01-30-preview API versions, please update your applications to target the 2022-08-31 API version. There are a few minor changes involved, for more information, _see_ the [migration guide](v3-migration-guide.md).
2929
3030
## February 2023
3131

@@ -72,12 +72,12 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
7272

7373
The **prebuilt ID document model** now has added support for the following document types:
7474

75-
* Passport, driver's license, and residence permit ID expansion
75+
* Driver's License expansion supporting India, Canada, Unitied Kingdom and Australia
7676
* US military ID cards and documents
77-
* India ID cards and documents
78-
* Australia ID cards and documents
79-
* Canada ID cards and documents
80-
* United Kingdom ID cards and documents
77+
* India ID cards and documents (PAN and Aadhaar)
78+
* Australia ID cards and documents (photo card, Key-pass ID)
79+
* Canada ID cards and documents (identification card, Maple card)
80+
* United Kingdom ID cards and documents (national identity card)
8181

8282
## December 2022
8383

@@ -297,7 +297,7 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
297297
* [**prebuilt-read**](concept-read.md). Read OCR model is now also available in Form Recognizer with paragraphs and language detection as the two new features. Form Recognizer Read targets advanced document scenarios aligned with the broader document intelligence capabilities in Form Recognizer.
298298
* [**prebuilt-layout**](concept-layout.md). The Layout model extracts paragraphs and whether the extracted text is a paragraph, title, section heading, footnote, page header, page footer, or page number.
299299
* [**prebuilt-invoice**](concept-invoice.md). The TotalVAT and Line/VAT fields now resolve to the existing fields TotalTax and Line/Tax respectively.
300-
* [**prebuilt-idDocument**](concept-id-document.md). Data extraction support for US state ID, social security, and green cards. Support for passport visa information.
300+
* [**prebuilt-idDocument**](concept-id-document.md). Data extraction support for US state ID, social security, and green cards.
301301
* [**prebuilt-receipt**](concept-receipt.md). Expanded locale support for French (fr-FR), Spanish (es-ES), Portuguese (pt-PT), Italian (it-IT) and German (de-DE).
302302
* [**prebuilt-businessCard**](concept-business-card.md). Address parsing support to extract subfields for address components like address, city, state, country, and zip code.
303303

0 commit comments

Comments
 (0)