parse_receipt_vision
Multi-modal receipt/invoice parser: from a photo (URL or base64), use a vision LLM to extract merchant, total, VAT, date, currency and line items as clean JSON. Bounded: 5MB image cap, 5s download timeout. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | No | Public https URL of the receipt/invoice image. One source required. | |
| imageBase64 | No | Base64 image payload (with or without a data: prefix). One source required. | |
| currencyHint | No | Optional ISO-4217 hint (e.g. "EUR") when the receipt is ambiguous. |