Taggun
Got a project that needs OCR and data extraction? Taggun API performs image transcription in real-time. Given a photo of a receipt, it recognizes key information like total amount, tax amount, date of purchase, merchant information, and line item amounts. It achieves this with 82.26% accuracy under 2.76 seconds.
Taggun endpoints
| Method | Endpoint | Description |
|---|---|---|
| receipt | ||
| POST |
/api/receipt/v1/simple/url /api/receipt/v1/simple/url |
transcribe a receipt from URL |
| POST |
/api/receipt/v1/verbose/url /api/receipt/v1/verbose/url |
transcribe a receipt from URL and return detailed result |
| POST |
/api/receipt/v1/simple/encoded /api/receipt/v1/simple/encoded |
transcribe a receipt using base64 encoded image in json payload |
| POST |
/api/receipt/v1/verbose/file /api/receipt/v1/verbose/file |
transcribe a receipt by uploading an image file and return detailed result |
| POST |
/api/receipt/v1/simple/file /api/receipt/v1/simple/file |
transcribe a receipt by uploading an image file |
| POST |
/api/receipt/v1/verbose/encoded /api/receipt/v1/verbose/encoded |
transcribe a receipt using base64 encoded image in JSON payload and return detailed result. |
Taggun pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $90 / month | — |
|