Azure / Azure/azure-sdk-for-python

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

Open
#43,806 1 comment 0 reactions 1 assignee Claimed by @yungshinlintw View on GitHub
Client customer-reported Document Intelligence needs-team-attention question
Dominant language
Python
Stars
5.6k
Forks
3.4k
Avg merge
1d 21h
Merged PRs (30d)
193

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:
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**
```bash
'label A': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
```

from azure DIS
Image

**Screenshots**

from azure-ai-documentintelligence:

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

from azure DIS
Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.