How to extract checkbox answer as value and question as key?

Muhammad 0 Reputation points
2024-05-02T14:04:15.2966667+00:00

K1

I am very new to azure document intellegence studio. I am using this form as input to General Document in Document Intellegence Studio and extracting key value pairs. As you can see in the left bottom cornor of this form there is one question "

Did the partner contribute property with a built-in gain or loss?

"

I want that question as key and selected checkbox as value. How can i do it?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,535 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 15,956 Reputation points
    2024-05-03T00:48:09.8666667+00:00

    Hello @Muhammad , Thanks for using Microsoft Q&A Platform.

    I can understand your scenario. Key-value pairs are specific spans within a document that identify a label or key and its associated response or value.

    In a structured form, these pairs could be the label and the value the user entered for that field. In an unstructured document, they could be any information that follows a specific pattern, such as the date a contract was executed on based on the text in a paragraph.

    The DI model is trained to extract identifiable keys and values based on a wide variety of document types, formats, and structures.

    I have reproduced your document with Layout model and observed the same. Model is recognizing it as a separate key-value pairs. For other data like domestic partner the value is recognized as unselected/selected since it can easily identify its response. I believe this can be the current limitation/ behavior of the model based on the document types/formats, and structures.

    User's image

    You can try the custom models and label accordingly to see if that helps.

    You can raise a support ticket in the Azure portal for deeper investigation on this issue.

    I hope this helps.

    Regards,

    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    0 comments No comments

  2. Vinod Kurpad 11 Reputation points Microsoft Employee
    2024-05-07T21:39:01.7133333+00:00

    The key value pairs model extracts the fields from the document as Vasavi mentioned. The image below shows the results for the checkbox and a field.

    If you want to define the field name, you can use query fields which is a preview feature.
    User's image

    0 comments No comments

  3. Nagesh Pabbisetty 0 Reputation points
    2024-05-07T22:15:46.95+00:00

    Let me ask if another approach is possible, for the same situation:

    How do I associate the boolean value of checkbox Yes, of Question M to M-Yes attribute?

    This way, if another question has a Yes / No boolean checkbox responses, the value will be associated with the right attribute?

    Such patterns are common in forms where the responses are multiple choice, and the choices can exist in multiple questions of the same form.

    Thanks, in advance!