azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

[BUG] [FormRecognizer] 4.0-beta4 Table parsing not as accurate compared to beta3

Open chrizy opened this issue 2 years ago • 2 comments

Library name and version

Azure.AI.FormRecognizer 4.0-beta4

Describe the bug

Since upgrade to latest .net SDK beta4 (uses 2022-06-30-preview) table parsing is not as accurate as previous version.

Test case reproduced using Recogniser Studio.

Expected behavior

2022-01-30-preview — OLD VERSION OK image

Actual behavior

2022-06-30-preview — FAIL image

Reproduction Steps

Input PDF image

Environment

No response

chrizy avatar Jun 21 '22 21:06 chrizy

I have the same issue here. The custom model is still on the same version and hasn't been changed but as soon as I update the library to beta4 the table recognition becomes very inaccurate. I've read the change logs but couldn't figure out how to avoid it. Maybe it's because the default client version of DocumentAnalysisClient has changed? But this shouldn't affect the creation version of the custom models right?

Freenex1911 avatar Jun 22 '22 10:06 Freenex1911

Thank you for your feedback. Tagging and routing to the team member best able to assist.

jsquire avatar Jun 22 '22 12:06 jsquire

Hello @chrizy and @Freenex1911. Can you reproduce the same issue with version 4.0.0 of the SDK? It targets a new service version (2022-08-31), so it could have solved your problem.

kinelski avatar Sep 22 '22 18:09 kinelski

It looks like this problem is gone since I've updated to 4.0.0, I also created new custom models just to make sure I'm up2date.

Freenex1911 avatar Sep 22 '22 18:09 Freenex1911

Working better now. thanks

chrizy avatar Sep 23 '22 22:09 chrizy