Custom Form Recognizer for More than 100 different Templates

Sravan Vemishetti 6 Reputation points
2020-10-05T04:49:23.177+00:00

I have working on a project and I have 100 different templates. So, I want to to use custom form recognizer service. is the custom training helpful to extract the required content (Key value pairs and check boxes) with all different templates that i have trained?. I want to train my own labels around 30-40. Please guide me

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} vote

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2020-10-05T10:08:30.687+00:00

    @Sravan Vemishetti Form recognizer 2.1-preview version allows you to recognize check boxes in a form. The content in your form can be extracted as a key value or a labeled pair based on the training of your custom model. You will need to use the form recognizer labeling tool with 2.1-preview version of the API to train different files of a similar template and then create a model. Once all the required templates are trained with their custom models you can compose them into one single model i.e this new model will include training of all the previous models with a new model id. This enables you to use one single composed model to recognize documents of different templates which were part of your training.

    All the steps mentioned above are document in this quickstart which can help you get started. I hope this helps.

    1 person found this answer helpful.