File size: 652 Bytes
1e290fd 7c16c44 1e290fd 5be622d 1e290fd |
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 |
{
"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
}
]
}
]
}
|