CoolFace
Apppublic

electblake/image-data-extractor

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
invoice-with-line-items.json26 linesDownload Raw Back to templates
1{2  "document_type": "verbatim-string",3  "vendor": {4    "name": "verbatim-string",5    "address": "verbatim-string",6    "email": "email-address",7    "phone": "phone-number"8  },9  "invoice_number": "verbatim-string",10  "invoice_date": "verbatim-string",11  "line_items": [12    {13      "description": "verbatim-string",14      "category": ["product", "service", "shipping", "tax", "other"],15      "quantity": "integer",16      "unit_price": "number",17      "unit": "unit-code",18      "amount": "number"19    }20  ],21  "subtotal": "number",22  "tax": "number",23  "total": "number",24  "currency": "currency"25}26