-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Document Intelligencecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name: azure-ai-documentintelligence
- Package Version: 1.0.2
- Operating System: Ubuntu
- Python Version: Python 3.10.18
Describe the bug
When conducting classification the results of azure-ai-documentintelligence is different compared to Azure DIS. In both environment same API version and model is used
To Reproduce
Steps to reproduce the behavior:
- train model
- test the model with/in
- azure-ai-documentintelligence
- AZURE DIS
Note: unfortunately i can't send the model and test files as these are private
Expected behavior
'label A': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]Screenshots
from azure-ai-documentintelligence:
'label A': [1, 2, 3, 4, 5, 6, 7, 8, 9], 'label B': [10]Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Document Intelligencecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that