{ "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 } ] } ] }