An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello @Yugesh Bandaru
Thank you for the update.
Since the incorrect value does not exist anywhere in the PDF and the issue occurs intermittently, this may indicate either a document ingestion issue or an inconsistency in the prediction process rather than a training data issue alone. Retraining with additional documents is a good step, but if the problem persists, I recommend reviewing the following:
- Verify that the affected PDFs are not corrupted, encrypted, or password protected.
- Confirm whether the documents are text-based PDFs or scanned/image-based documents, as extraction accuracy can vary between the two.
- Review the confidence score, content span, and bounding regions returned for the affected field when the incorrect value is predicted.
- Ensure the training dataset covers all variations of the document layout and that field labeling is consistent across samples.
- If the documents are retrieved from Azure Storage, verify that the same file is being analyzed each time and that there are no ingestion or access inconsistencies.
To help investigate further, could you please share the following from an affected request?
- Request ID / Correlation ID
- Model ID
- API version
- Analysis timestamp
- Sample document that produced the incorrect result (if it can be shared)
- Confidence score and field details from the API response
This information will help determine whether the behavior is related to model prediction confidence, document ingestion, or a potential service-side issue requiring further investigation.
Thank you!