DocumentUnderstanding-FormExtractor

Hello,
Below is the input and i want to extract the field which is ticked (Gold) using Form Extractor in Extraction section of UiPath Document Understanding Framework.

The image shows a list of options with checkboxes, where only the "Gold" checkbox is marked with an 'X'. (Captioned by AI)

So, i declared the field of Boolean type and selected all these checkboxes thinking it will return Gold but it is returning the output “No No No No No Yes”

Hi @archana.n.l

I think in Form Extractor do not use Boolean fields.use a Text field name or use anchor also.

Happy Automation

@archana.n.l

Welcome to the community

  1. Select boolean but indicate all fields separately so that you get to know which is yes and no..or based on current output you need to use an array or index to get it
  2. Indicate each field with text seprately and check for x in it and get which is ticked

Ideally recommended way is 1. To use separate indication for each field with boolean type

Happy Automation

Cheers