Azure Form Recognizer - Invoices custom fields

Matej Bednár 81 Reputation points
2023-01-01T11:09:20.027+00:00

How can I add custom fields to prebuilt Invoice model in Azure Form Recognizer?

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

Accepted answer
  1. Ramr-msft 17,821 Reputation points
    2023-01-02T11:37:39.14+00:00

    @Matej Bednár Thanks for the question. The prebuilt Invoice model is designed to extract information from invoices and is trained on a wide range of invoice templates. It is not currently possible to add custom fields to the prebuilt Invoice model. However, you can use the custom model capabilities of Form Recognizer to train a machine learning model on your own invoices with the custom fields that you want to extract.

    To use the Custom Form Recognizer, you will need to provide a set of labeled training documents that include both the invoice documents and the custom fields that you want to extract. The Custom Form Recognizer will use these training documents to learn how to extract the custom fields from the invoices.

    Once you have trained the Custom Form Recognizer model, you can use it to extract the custom fields from new invoices by making a request to the model's API. The model will return the extracted fields in a JSON response, which you can then use in your application as needed.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.