Demo_Build / data.json
blessedpug's picture
Implemented FastAPI endpoints - Implemented batch processing for pdf forms
a1a13bb
[
{
"fraud_check": false,
"merchant": "TESCO",
"date": "17/10/22",
"total_amount": 55.3,
"items": [
{
"description": "TAPE MEASURE",
"amount": 2.1
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "CONDOMS",
"amount": 10.0
},
{
"description": "PROCECCO",
"amount": 7.0
},
{
"description": "PROCECCO",
"amount": 7.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "KRONENBOURG",
"amount": 4.6
},
{
"description": "TAPE MEASURE",
"amount": 2.1
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "PROTEIN COOKIE",
"amount": 1.8
},
{
"description": "CONDOMS",
"amount": 10.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "SAUVIGNON BLNC",
"amount": 7.0
},
{
"description": "KRONENBOURG",
"amount": 4.6
}
]
},
{
"fraud_check": [],
"merchant": "Walmart",
"date": "01/26/21",
"total_amount": 29.73,
"items": [
{
"description": "BOYS CREW S# 028944",
"amount": 9.48
},
{
"description": "BOYS SOCKS",
"amount": 4.97
},
{
"description": "BOXER BRIEF",
"amount": 9.48
}
]
},
{
"fraud_check": [],
"merchant": "CSH Pharmacy",
"date": "17/01/2025",
"total_amount": 500.0,
"items": [
{
"description": "Arinac Tab (w)",
"amount": 8.6
},
{
"description": "Tarivid 200mg Tab (w)",
"amount": 301.8
},
{
"description": "Soflin 10mg Tab 30,s",
"amount": 18.05
}
]
},
{
"fraud_check": [],
"merchant": "CSH Pharmacy",
"date": "17/01/2025",
"total_amount": 1449.0,
"items": [
{
"description": "Bofalgan 1g/100ml Inj (w)",
"amount": 225.0
},
{
"description": "Oxidil Inj 1gm Iv N/p",
"amount": 450.0
},
{
"description": "Drip Sot Max Care",
"amount": 200.0
},
{
"description": "10cc Syringe (smd)",
"amount": 50.0
},
{
"description": "9% 100ml Medisol",
"amount": 93.23
},
{
"description": "Iv Branula 24g (b Braun) W B",
"amount": 430.0
}
]
},
{
"fraud_check": [],
"merchant": "CHUGHTAI PHARMACY",
"date": "15/01/2025",
"total_amount": 1394.0,
"items": [
{
"description": "N/s Plasamine inf 0.9% 100ml",
"amount": 102.0
},
{
"description": "Drip Set (classic)",
"amount": 150.0
},
{
"description": "B. Braun Branula Introcan 24 G",
"amount": 430.0
},
{
"description": "Apple Syringe 10cc 100s",
"amount": 390.0
},
{
"description": "Oxidil inj 1 W 1 Gm 1 Vial",
"amount": 352.0
},
{
"description": "Neurobion inj 25 Ampx3",
"amount": 120.0
},
{
"description": "Bofalgan inj 1 Ampx100 ml",
"amount": 207.0
}
]
}
]