An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello @Destin Hebert , Thanks for using Microsoft Q&A Platform.
This is the current limitation we have for Custom classification model. This model combines layout and language features to accurately detect and identify documents you process within your application.
Yes, the model response contains only the identified documents with the associated page ranges in the documents section of the response. After training classifier model, if you observe the blob storage data, filename.ocr.json files will be automatically generated once documents training is done. But for custom extraction model will have .labels.json file for each file since we label the data.
My suggestion is similar to what you have mentioned, by combining Custom Classification and Custom Extraction models/pre-built models. You can create Custom Classification models, Custom Extraction/pre-built models, and post processing code to combine these for the expected results.
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.