Checkboxes
#4
by ep5000 - opened
Great model!
One thing to note, I noticed that checkboxes with multiple options seem to pose challenges when being read. See the following image and its associated results:
Prompt:
Extract the checkboxes in the document and indicate if they are checked or not
Image:
Results:
[
{
"text": "Purchase",
"checked": true
},
{
"text": "Service",
"checked": true
},
{
"text": "Company Overall",
"checked": true
},
{
"text": "Buy from us again",
"checked": true
},
{
"text": "Recommend our product to others",
"checked": true
},
{
"text": "Recommend our company to others",
"checked": true
}
]
Is there a way to address this?
Souvik3333 changed discussion status to closed

