Receipts - document type
Overview
A receipt is a document acknowledging that a person has received money or property in payment following a sale or other transfer of goods or the provision of a service.
The Receipts model can extract key data points from a variety of types such as regular cash register receipts, restaurant, car parking/ rental, etc.
Particularities
The model automatically detects data such as:
- Items: Description, Quantity, Unit Price, Line Amount;
- Merchant Name, Merchant Address, Phone Number;
- Total Amount, Tax Amount.
Extracted fields
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 Receipts
| Display Name | Field Name | Field Type | Content Type |
|---|---|---|---|
| Merchant Name | name | regular | string |
| Merchant Address | vendor-addr | regular | string |
| Merchant Phone Number | phone | regular | phone |
| Transaction Date | date | regular | date |
| Total Amount | total | regular | number |
| Tax Amount | tax | regular | number |
| Items - Descriptions | description | items | string |
| Items - Quantities | quantity | items | number |
| Items - Unit Prices | unit-price | items | number |
| Items - Line Amounts | line-amount | items | number |
| Document Number | receipt-number | regular | id-no |
| Currency | currency | classification | n/a |
| Expense Type | expense-type | classification | n/a |
Samples
Here is a sample of a receipt:

Processed document types:
This out-of-the-box pre-trained model can be used with the following document types:
- Cash Register receipts
- Restaurant receipts
- Hotel receipts
- Airline receipts
- Car Rental receipts
- Pharmacy receipts