Spaces:
Running
Running
File size: 1,857 Bytes
ffe59ba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | [
{
"id": "receipt",
"filename": "receipt.png",
"label": "Grocery receipt",
"description": "Printed receipt with line items, subtotal, tax, total. Clean text, simple table layout.",
"labels": [
"merchant",
"date",
"line_item",
"subtotal",
"tax",
"total",
"payment_method"
]
},
{
"id": "invoice",
"filename": "invoice.png",
"label": "Vendor invoice",
"description": "Multi-column invoice with billing party, line items, subtotal, tax, total. Form-style layout.",
"labels": [
"vendor",
"invoice_number",
"date",
"due_date",
"billing_party",
"line_item",
"total"
]
},
{
"id": "business-card",
"filename": "business-card.png",
"label": "Business card",
"description": "Tight layout, mixed text sizes, multiple contact fields.",
"labels": [
"company",
"person",
"role",
"email",
"phone",
"address",
"website"
]
},
{
"id": "table",
"filename": "table.png",
"label": "Quarterly table",
"description": "Dense numerical table with totals row. Tests table-structure recognition.",
"labels": [
"department",
"headcount",
"amount",
"category"
]
},
{
"id": "handwritten",
"filename": "handwritten.png",
"label": "Casual notes",
"description": "Jittered text simulating informal handwriting; non-template content.",
"labels": [
"task",
"person",
"place",
"amount"
]
},
{
"id": "multi-column",
"filename": "multi-column.png",
"label": "Newspaper page",
"description": "Two-column newspaper-style layout. Reading order matters.",
"labels": [
"headline",
"person",
"organization",
"place",
"date"
]
}
] |