i have a long Q&A form that need to filled by customer , i need to summarize the customer response and also check if customer has failed to fil any filed using Generative AI

Ayush Kumar 0 Reputation points
2023-12-07T07:45:54.57+00:00

I have a long Q&A form that needs to be filled by the customer, I need to summarize the customer response and also check if the customer has failed to fill any field using Generative AI LLM.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,135 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
    2023-12-08T11:17:08.5233333+00:00

    @Ayush Kumar I am assuming that this is a form that is manually filled out and you are using Azure document intelligence to extract the text? If Yes, Document intelligence can be trained to extract the text but to summarize the content you will have to pass the extracted text to Azure OpenAI endpoint as I don't think there is a direct integration of such feature with document intelligence APIs currently.

    For the other scenario, to check if any field is not filled, I think the current Document intelligence model can be trained to recognize any blank content for any fields that it is trained to extract. The Analyze API response in this case will not have these fields in the response. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.