Document Understanding - Checkboxes and Signatures (uipath.com)
The documentation above suggests that we can create a single field for checkboxes so that the data extracted is the option or options selected.
I can’t find any good examples for extracting the text indicated by a checkbox, like this example below from the “Build a Document Understanding Automation in Studio” course in the Specialized AI Professional learning plan.
In this example, I would want the “Card Type” field to extract the text “Domestic Card.” If someone has the other field checked we would want “International Card” extracted.
This example correctly identifies if an option is selected or not, but it separates out all the choices, so they aren’t connected in any way.
Is there a workflow example out there of creating a single field that correctly picks the text of the option that is next to the checkbox, like what is described below?
I believe you need to follow this…where you would try to get documents equally checked for two fields and label them…with only name beside which the check is present…and represent the fields with a multi value field and link both to same
That sounds great and is what I am trying to do. Sometimes the documentation includes a sample workflow or steps for accomplishing a task. In this case, I don’t see one, so unless anyone has an example they’d like to share, I will try to figure this out myself.
Please note that with IntelligentOCR you can manipulate Everything! Meaning, you can do data extraction on a taxonomy that contains two fields (like Domestic / International), but you can then, based on the results, play around and generate a value for a “combined” field (say Type of Card - set field with the two options), based on whatever findings you actually get from the individual extractions… I hope this makes sense