Accurately extracting checkbox values w/in a grid

Hello @Matthew_M ,

You can create separate labels like

  • Limited Fungus Coverage Yes
  • Limited Fungus Coverage No
  • Limited Fungus Coverage N/A

but you need train the extractor with multiple images with different checkboxes checked

for above example we have checkboxes with no labels
In this case, The extractor will return the string value of the checkbox which is one of these two characters:

  • if the extractor returns ☒, this corresponds to YES;
  • if the extractor returns ☐, this corresponds to NO.

reference - Document Understanding - Checkboxes and Signatures

thanks,
Darshan :wink: