Custom Form Recognizer how to find structure on plans

James Muka 20 Reputation points
2023-09-20T18:20:50.5133333+00:00

Using AI Form Recognition, I would like to extract groups of text off different sets of plans. These groups of text must be together and not mixed with other groups of text. There are two screenshots below with examples of the groups of text circled in red.

Is this possible?

User's image

User's image

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

Accepted answer
  1. VasaviLankipalle-MSFT 15,956 Reputation points
    2023-09-21T22:11:26.6533333+00:00

    Hello @James Muka , Thanks for providing more information.

    As we know the Document intelligence service does it's best to extract the data from the document. I believe these are some workarounds maybe you can try if that fits your scenario:

    • You can use the Custom models to train the model to recognize the specific groups of text that you're interested in. To do this need to provide sample documents that contain the groups of text you want to extract. But the model accuracy depends on how well the documents are trained, the labeling techniques and other factors. You can experiment this feature: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/concept-custom?view=doc-intel-3.1.0
    • Other way is using a pre-built model to extract the data. Once the data is extracted maybe you can try integrating Document Intelligence models into your workflows/applications by using an SDK/REST API to find structures. 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

0 additional answers

Sort by: Most helpful