Hi Steven Darby
You are correct in your understanding of the options available for analyzing multiple document types together using Azure Document Intelligence.
- 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.
- 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.