docvqa_nach1 / docvqa.json
kapsb2171's picture
Upload docvqa.json
5be622d verified
raw
history blame contribute delete
652 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSON at line 9, column 44
{
"data": [
{
"document_image": "1.jpg",
"questions": [
{
"question": "What is the date of the document?",
"answer": "August 26, 2024",
"bbox": [ [50, 100, 150, 200] ] // Optional
},
{
"question": "Who is the recipient?",
"answer": "John Doe",
"bbox": [ [200, 250, 300, 350] ] // Optional
}
]
},
{
"document_image": "1.jpg",
"questions": [
{
"question": "What is the total amount?",
"answer": "$500",
"bbox": [ [60, 120, 160, 220] ] // Optional
}
]
}
]
}