Receipt OCR
The predefined Receipt OCR Model can be used to extract information from Receipts including Merchant Information, Transaction Amounts and Line Items.
Supported file types: JPG, PNG and PDF
Extracted Fields
The full list of supported fields is:
Field Name | Description |
---|---|
Transaction Date | Date the receipt was issued |
Transaction Time | Time the receipt was issued |
Arrival Date | Date the arrival, for hotel receipts only |
Departure Date | Date the departure, for hotel receipts only |
Merchant Name | Name of the merchant that issued the receipt |
Merchant Phone Number | Phone number of the merchant |
Merchant Full Address | Full address of the merchant, including street address, city, state, ZIP code, and country/region |
Merchant Street Address | Street address portion of the merchant's full address |
Merchant City | City portion of the merchant's full address |
Merchant State | State portion of the merchant's full address |
Merchant ZIP Code | ZIP code portion of the merchant's full address |
Merchant Country/Region | Country/region portion of the merchant's full address |
Currency | Currency used for the receipt |
Subtotal | Subtotal of the receipt, usually before taxes are applied |
Total Tax | Tax on the receipt |
Tip | Tip included on the receipt |
Total | Total amount on the receipt |
Items | Items extracted from the receipt, more details on the columns in the Items table below |
Item Column | Description |
---|---|
Description | Name or description of the item on the receipt |
Category | Category of the item, for hotel receipts only |
Date | Date of the item, for hotel receipts only |
Price | Unit price of the item on the receipt |
Quantity | Quantity of the item on the receipt |
Total Price | Total price of the item on the receipt |
Using the API
You can follow these guides for how to integrate with the API in common languages: