Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG: Mismatch between results of azure-ai-documentintelligence and Azure DIS #43806

@james-a2b

Description

@james-a2b
  • 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:

  1. train model
  2. 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]

from azure DIS
Image

Screenshots

from azure-ai-documentintelligence:

'label A': [1, 2, 3, 4, 5, 6, 7, 8, 9], 'label B': [10]

from azure DIS
Image

Metadata

Metadata

Assignees

Labels

ClientThis 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.needs-team-attentionWorkflow: 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 that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions