Receipt Itemizer

A dead simple REST API to itemize paper receipts.

Receipt with Bounding Boxes
{
    "store": "Costco",
    "items": [
        {
            "name": "506950 HALF HALF",
            "price": "5.79"
        },
        {
            "name": "506950 HALF HALF",
            "price": "5.79"
        },
        {
            "name": "675153 KALE SALAD",
            "price": "5.49"
        },
        {
            "name": "1172471 IRISH BUTTER",
            "price": "10.99"
        }
    ]
    "subtotal": "28.06",
    "tax": "1.36",
    "total": "29.42",
}

Find out More

Subscribe for updates on the project, and early access.