An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hi @Lilian Ortiz,
Thank you for reaching out to Microsoft Q&A forum!
The accuracy drop in Azure Document Intelligence can be various factors like data drift, where new samples may subtly differ from your initial training set, or if recent samples dominate the training. Both issues can make the model misinterpret fields, especially in cases where fields look similar across documents.
To improve accuracy, ensure your training data is diverse and well-balanced across document types. Consistent labeling is crucial, if any inconsistency can degrade performance. Regularly evaluate your model with a separate test set to monitor changes and catch issues early.
In Document Intelligence Studio, try versioning your models, as older versions might outperform recent ones with newer data. If specific fields are often misclassified, adjust the field configurations by refining boundaries or experimenting with layout-based submodels. Testing each new training batch separately can also help identify problematic data.
Also see: Ensure high model accuracy for custom models
If you continue to experience issues, please let us know, and we’ll work with you to find a solution.
If this answers your query, do click Accept Answer and Yes for was this answer helpful.