# Preconfigured classification and data extraction templates

AI Document Processing comes with a set of reusable templates for different document types. Each template has a set of predefined fields and validators and can be extended with any number of additional fields.

For example, the **Resume** template defines a **Phone number** field and defines it as a type **Text** field while applying the built-in `PhoneNumberIntegrity` validator.

Below is a list of all available templates.

## Bank details

- Bank name

- IBAN

- Account number

- Bank number

- BIC code

- Bank address

- Owner name

- Owner address

- Currency

## Driver’s license

- License number

- Country

- First name

- Second name

- Last name

- Birthdate

## ID card

- Card number

- Country

- First name

- Second name

- Last name

- Birthdate

## Invoice

- Invoice number

- Date emission

- Due date

- Customer name

- Customer address

- Vendor name

- Vendor address

- Total amount, VAT excluded

- Total amount, VAT included

- VAT percentage

- VAT amount

- Currency

- Line items

- Point of contact

- Payment terms

## Passport

- Passport number

- Country

- First name

- Second name

- Last name

- Birthdate

## Payment card

- Card number

- Expiration date

- CVV

- Owner name

## Payroll statement

- Employee first name

- Employee last name

- Employee SSN

- Net salary

- Gross salary

- Pay date

- Period beginning

- Period ending

## Purchase order

- PO number

- Date emission

- Buyer name

- Buyer address

- Vendor name

- Vendor address

- Total VAT excluded

- Total VAT included

- VAT percentage

- VAT amount

- Currency

## Receipt

- Receipt number

- VAT percentage

- VAT amount

- Total VAT excluded

- Total VAT included

- Purchase date

- Supplier name

- Country

- Currency

- VAT number

## Resume

- First name

- Last name

- Email

- Phone number

- Birthdate

- Age

- Years of experience

- Technologies

- Languages

---

## Related pages

- [Document classification and data extraction](/guides/ai-document-processing/classify-documents.md)
- [Developer guides](/guides/ai-document-processing/intro.md)
- [Concepts](/guides/ai-document-processing/concepts.md)
- [Download AI Document Processing](/guides/ai-document-processing/downloads.md)
- [Build a classification / extraction template](/guides/ai-document-processing/custom-templates.md)
- [Data extraction validators](/guides/ai-document-processing/preconfigured-validators.md)
- [Example: Invoice recognition and data extraction](/guides/ai-document-processing/invoices.md)
- [AI Document Processing (formerly XtractFlow)](/guides/ai-document-processing.md)

