From the course: Process Documents with Azure AI Document Intelligence

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Custom classification models definition

Custom classification models definition

- [Instructor] A custom classification model is very useful when you have an input file that contains multiple documents belonging to the same or different custom model types. We discussed that a composed model can only handle one document at a time. A custom classification model addresses this limitation as it can handle many documents. The model is very useful for the following scenarios. Your input file contains multiple document types. For example, a loan application document that contains a loan application form, a pay slip, and a bank statement. Another example would be that your input file contains single or multiple instances of the same document. For example, a collection of survey forms or a collection of invoices. A custom classification model is intended to be used with other models for classification. If your input file contains a loan application form, a pay slip, and a bank statement, you would need to create and programmatically call their own custom extraction models…

Contents