According to AWS Textract's documentation, it is capable of picking up checkboxes and radio buttons. However, I'm uploading literally the most simple example I can think of, clean sheet, clearly space radio button options:
I tried another version, with text next to the radio buttons:
When I run either version through the Textract console, and download the apiResponse.json
(I've uploaded a Gist of it here), I find that it only picks up two of the radio buttons (ie. if you search for SELECTION_ELEMENT
, you find only two instances, when there's clearly 5 radio buttons.
I don't know how to make the radio buttons any more obvious. This happens similarly with checkboxes.
Is there anything about radio buttons I'm missing? I feel like I must be overlooking something simple - surely Textract can't be this low-performing in terms of picking up radio buttons?