Skip to content

Commit b1a8ab4

Browse files
Merge pull request #227982 from luzhang06/master
update ID, receipt concept and what's new
2 parents 4d1642d + c64d1d2 commit b1a8ab4

File tree

3 files changed

+38
-51
lines changed

3 files changed

+38
-51
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+
|`United States (US)`|Driver License, Identification Card, Residency Permit (Green card), Social Security Card, Military ID|
186+
|`India (IN)`|Driver License, PAN Card, Aadhaar Card|
187+
|`Canada (CA)`|Driver License, Identification Card, Residency Permit (Maple Card)|
188+
|`United Kingdom (GB)`|Driver License, National Identity Card|
189+
|`Australia (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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ The receipt model supports all English receipts and the following locales:
163163

164164
|Supported Languages| Details |
165165
|:-----|:----:|
166-
|&bullet; English| United States (-us), Australia (-au), Great Britain (-gb), India (-in), United Arab Emirates (-ae)|
167-
|&bullet; Dutch| Netherlands (nl-nl)|
168-
|&bullet; French | France (fr-fr), Canada (fr-ca) |
169-
|&bullet; German | Germany (de-de) |
170-
|&bullet; Italian | Italy (it-it) |
171-
|&bullet; Japanese | Japan (ja-ja)|
172-
|&bullet; Portuguese| Portugal (pt-pt), Brazil (pt-br)|
173-
|&bullet; Spanish | Spain (es-es) |
166+
|&bullet; English| United States (-US), Australia (-AU), Great Britain (-GB), India (-IN), United Arab Emirates (-AE)|
167+
|&bullet; Dutch| Netherlands (nl-NL)|
168+
|&bullet; French | France (fr-FR), Canada (fr-CA) |
169+
|&bullet; German | Germany (de-DE) |
170+
|&bullet; Italian | Italy (it-IT) |
171+
|&bullet; Japanese | Japan (ja-JP)|
172+
|&bullet; Portuguese| Portugal (pt-PT), Brazil (pt-BR)|
173+
|&bullet; Spanish | Spain (es-ES) |
174174
::: moniker-end
175175

176176
::: moniker range="form-recog-2.1.0"

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
4646

4747
The **prebuilt receipt model** now has added support for the following languages:
4848

49-
* English - United Arab Emirates (en-ae)
50-
* Dutch - Netherlands (nl-nl)
51-
* French - Canada (fr-ca)
52-
* German - (de-de)
53-
* Italian - (it-it)
54-
* Japanese - Japan (ja-jp)
55-
* Portuguese - Brazil (pt-br)
49+
* English - United Arab Emirates (en-AE)
50+
* Dutch - Netherlands (nl-NL)
51+
* French - Canada (fr-CA)
52+
* German - (de-DE)
53+
* Italian - (it-IT)
54+
* Japanese - Japan (ja-JP)
55+
* Portuguese - Brazil (pt-BR)
5656

5757
* **[Prebuilt invoice model](concept-invoice.md)—additional language support and field extractions**
5858

@@ -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)