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-30Lines changed: 17 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,14 +177,16 @@ Extract data, including name, birth date, and expiration date, from ID documents
177
177
178
178
::: moniker range="form-recog-3.0.0"
179
179
180
-
## Supported languages and locales
180
+
## Supported document types
181
181
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|
| 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|
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/whats-new.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
46
46
47
47
The **prebuilt receipt model** now has added support for the following languages:
48
48
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)
56
56
57
57
***[Prebuilt invoice model](concept-invoice.md)—additional language support and field extractions**
58
58
@@ -72,12 +72,12 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
72
72
73
73
The **prebuilt ID document model** now has added support for the following document types:
74
74
75
-
*Passport, driver's license, and residence permit ID expansion
75
+
*Driver's license expansion supporting India, Canada, Unitied Kingdom and Australia
76
76
* 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)
81
81
82
82
## December 2022
83
83
@@ -297,7 +297,7 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
297
297
*[**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.
298
298
*[**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.
299
299
*[**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.
301
301
*[**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).
302
302
*[**prebuilt-businessCard**](concept-business-card.md). Address parsing support to extract subfields for address components like address, city, state, country, and zip code.
0 commit comments