Inkspan › Receipt Data Extraction API

Receipt Data Extraction API

Pull structured data out of receipts and statements without training an OCR model. Born-digital PDFs return clean text and tables as JSON, each with a confidence score so you never ingest wrong data silently.

Example

import requests
r = requests.post('https://api.inkspan.dev/v1/extract/text',
    headers={'X-API-Key': 'ink_live_...'},
    files={'file': open('input.pdf','rb')})
print(r.json())

Why an API instead of building it

Get a free API key →