Receipt OCR API
🧾 RECEIPT DATA EXTRACTION • Extract merchant name and address • Capture transaction date and time • Identify receipt and register numbers • Parse cashier and store location info 🛒 LINE ITEMS & PRODUCTS • Extract all purchased items • Capture quantities and unit prices • Parse discounts and promotions • Identify SKU and product codes 💵 TOTALS & PAYMENT • Calculate subtotals accurately • Extract…
Receipt OCR API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check if the API is running and healthy. Returns status and version info. |
| POST |
Parse Receipt from URL /parse/url |
Parse a receipt image from a URL. Returns structured data including merchant info, line items, totals, and more. |
| POST |
Parse Receipt from Upload /parse/upload |
Parse a receipt from an uploaded image file. Supports JPEG, PNG, WebP, GIF. |
| POST |
Parse Receipt from Base64 /parse/base64 |
Parse a receipt from base64-encoded image data. |