Generators · OCR
Receipt scanner.
Upload a photo of a receipt and read the text off it, including a best-guess total. On-device OCR, no paid API, nothing uploaded. Free: 3 scans per visit. Premium: unlimited, CSV export.
Inputs
Result
Choose a receipt photo and press Scan receipt.
How it works
- On-device OCR: a WebAssembly build of Tesseract (an open-source OCR engine) reads the text out of your photo, in the browser tab. Nothing is uploaded anywhere.
- Total, best guess: the scanner looks for lines containing words like "total" or "amount due" next to a dollar figure. Receipts vary a lot in layout, so treat this as a starting point and check it against the photo.
- Photo quality matters: a flat, well-lit, in-focus photo reads far more accurately than a crumpled or blurry one.
Free vs Premium
Free scans up to 3 receipts per visit. Premium removes that limit and adds a CSV export of the scanned totals.