Parse Invoice/Receipt
parse_invoiceExtract structured data from an invoice or receipt: vendor, invoice number, dates, currency, subtotal, tax, total, and line items. Accepts a text-based PDF, or an image when is_image is true (OCR is applied first). Returns JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | No | Public http(s) URL of the file | |
| is_image | No | Set true when the file is a photo/scan image rather than a PDF | |
| file_base64 | No | Base64-encoded file contents (data-URI prefix allowed) |