# ID Cards - document type

> The ID Cards model is a pretrained model built to extract information from Identity Documents from various countries.

## Overview

The ID Cards model is a pretrained model built to extract information from Identity Documents from various countries.

## Particularities

The model automatically detects data such as:

* Document Type, Last Name, First Name, Birth Place, Date of Birth, Sex, Nationality,
* ID Number, Issued Date, Expiration Date, Issued Place, Authority, Address.

## Extracted fields

:::note
If you are using using public endpoints, such as `https://du.uipath.com/ie/invoices`, all fields are available. However, if you are using custom-trained extractors, the availability of extracted fields is dependant on the version you are currently using. You can also check the list of fields and types on any endpoint in the `/info/model` object. To access this, simply add `/info/model` to any endpoint, like so: `https://du.uipath.com/ie/invoices/info/model`. For an enhanced reading experience of the fields list, it's recommended to install a JSON viewer extension in your browser.
:::

Table 1. List of extracted fields for ID Cards

| Display Name | Field Name | Field Type | Content Type |
| --- | --- | --- | --- |
| Document Type | document-type | regular | string |
| Last Name | last-name | regular | string |
| First Name | first-name | regular | string |
| Place of Birth | birth-place | regular | string |
| Date of Birth | birth-date | regular | date |
| Gender | sex | regular | string |
| Nationality | nationality | regular | string |
| Personal Identification Number | id-no | regular | id-no |
| Date of Issue | issued-date | regular | date |
| Date of Expiry | expiration-date | regular | date |
| Place of Issue | issued-place | regular | string |
| Issuing Authority | authority | regular | string |
| Document Number | id-no2 | regular | id-no |
| Machine Readable Zone (MRZ) | mrz | regular | string |
| Personal Address | address | regular | string |
| Country or State | state | regular | string |
| Document Number (Alternative) | document-number-2 | regular | string |

## Samples

Here are some samples of an ID form:

![ID Cards sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/document-understanding-id-cards-sample-file-115739-eb59a408-cdc25f2f.webp)

![ID Cards sample file](https://dev-assets.cms.uipath.com/assets/images/document-understanding/document-understanding-id-cards-sample-file-118579-2c79452b-5b23a695.webp)

## Processed document types:

This out-of-the-box pre-trained model can be used with the following document types:

* ID Cards
* Driver Licenses
