image-data-extractor / data /templates /basic-receipt.json
electblake
refactor(samples): load named JSON presets from files
e62015b
Raw
History Blame Contribute Delete
285 Bytes
{
"merchant": "verbatim-string",
"purchase_date": "date",
"purchase_time": "time",
"total": "number",
"currency": "currency",
"item_count": "integer",
"paid": "boolean",
"payment_method": ["cash", "credit-card", "debit-card", "other"],
"items": ["verbatim-string"]
}