Azure Document Intelligence: Analyzing Multiple Document Types Together

Steven Darby 1 Reputation point
2025-06-16T12:07:18.7666667+00:00

Currently, we have used prebuilt models like "prebuilt-idDocument" for passport analysis, and we have also trained a custom model for specific academic test result documents.

There is now interest in supporting the scenario where uploaded documents may include various different document types. We want to be able to recognise that e.g. page 1 is a passport and analyse that accordingly, and page 2 is an academic test result and analyse that accordingly.

While researching, information about composing models and custom classifiers was found, but it appears that this option is limited to custom models, which restricts the inclusion of prebuilt models like "prebuilt-idDocument".

Is there a way to achieve what we want? If not, are there any plans for its implementation in the future?

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

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 9,015 Reputation points Microsoft External Staff Moderator
    2025-06-17T08:37:10.7633333+00:00

    Hi Steven Darby

    You are correct in your understanding of the options available for analyzing multiple document types together using Azure Document Intelligence.

    1. Custom Classification Model: You can train a custom classification model specifically for identifying passports. This model would require a minimum of five samples per class to train effectively. While thorough training would improve accuracy, you can indeed focus on just enough training to classify documents as passports, and then use the prebuilt model for detailed analysis.
    2. Prebuilt Model Approach: Alternatively, you can analyze documents using the prebuilt-idDocument model to identify any passport documents it finds. After that, you can analyze with your custom academic results model for academic documents. This approach allows you to leverage both sets of analysis results.

    Both options are viable, and your choice may depend on the specific requirements of your project and the resources available for training.

    Kindly refer below link: document-splitting

    models-and-development-options

    Thank You.

    0 comments No comments

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.