Form Recognizer batch processing and model enrichment ?

Développeur Le Studio 31 Reputation points
2022-06-21T07:53:44.763+00:00

Hello, I had some questions about form recognizer and the pre-built model of invoice analysis:

  • If we submit a batch of invoices, is the software able to determine at which page an invoice starts and stops?
  • Is it possible to correct the results of the analysis or to add them if they are not relevant (enrichment of the model)
  • On the custom model, is there a way to train the model directly through an API (without form recognizer studio) ?
    Thanks for the answer
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,365 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 41,961 Reputation points Microsoft Employee
    2022-06-21T12:04:42.623+00:00

    @Développeur Le Studio You can pass a document with upto 2000 pages to the prebuild model or the API where you can have multiple invoices and the API should provide the result of all invoices provided they are of the supporting format and the response should be available in the documentResults section of the response with different page numbers. A quick way to test this scenario is to use the API from the studio or the REST API.

    It is currently not possible to tweak a pre-built model or enrich a model. You will need to create a custom model and then create different versions of your custom model and compose them under a single model id to analyze different documents.

    Yes, you can train the model using the Build Model API for FR v3.0 onwards.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


0 additional answers

Sort by: Most helpful