Is it possible for Azure Form Recognzier to automatically identify several different types of PDF files?

test29998411 281 Reputation points
2022-03-16T16:05:31.623+00:00

Multiple different types of PDF files (purchase orders, invoices, quotes, etc.)
) automatically without having to open the file, which
I am looking for a way to identify which type of file it is.

To do this in Azure Form Recognzier, we need to first identify the documents (purchase orders, invoices, quotations, etc.) that we want to write.
We are aware that we need to create a model that corresponds to the

After creating the models, we expect to perform HTTP requests requesting PDF file analysis for all the models in turn, and classify them into the documents that are most likely to be applicable.

Is there any other best way to do this?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,330 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,341 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 45,906 Reputation points
    2022-03-16T21:47:53.12+00:00

    Hello @test29998411

    Thanks for reaching out to us, I think you are looking for "Composed model".

    A composed model is created by taking a collection of custom models and assigning them to a single model comprised of your form types. You can assign up to 100 trained custom models to a single composed model. When you call Analyze with the composed model ID, Form Recognizer will first classify the form you submitted, choose the best matching assigned model, and then return results for that model.

    You can create your composed model with all types of forms. When you input your new form, the model will choose the best model for your form and do the analyze. Please check below guidance on how to do it.

    For V3 preview: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/compose-custom-models-preview?tabs=studio

    For V2.1 GA: https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/compose-custom-models?tabs=fott

    Hope this helps!

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful, thanks.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful