Receipt proof
A mobile capture can still become a structured expense record.
This image carries perspective distortion, uneven lighting, and a handwritten amount. The useful output is not the raw text block. It is a record with merchant, items, tax, and total that can survive audit and reimbursement.
Normalized JSON
{ "merchant": "Contoso", "timestamp": "2019-06-10T13:54:00", "items": [ { "name": "Cappuccino", "quantity": 1, "amount": 2.2 }, { "name": "BACON & EGGS", "quantity": 1, "amount": 9.5, "modifier": "Sunny-side-up" } ], "subtotal": 11.7, "tax": 1.17, "total": 14.5}
