Open adammpolak opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ctstone @vkurpad.
@ctstone any luck?
@adammpolak , I think you would have to compute merged ordering using the provided bounding box of each page element (paragraph, table, etc.). Sorry, we do not support this output structure from the service itself.
@adammpolak , I think you would have to compute merged ordering using the provided bounding box of each page element (paragraph, table, etc.). Sorry, we do not support this output structure from the service itself.
I ended up writing the code to do merge ordering but would be great if msft at one point releases whatever computation is being done to support the UI of Form Recognizer Studio.
Library name and version
Azure.AI.FormRecognizer 4.1.0.0
Query/Question
Currently results returns "pages" which has "lines" There is also an output called "paragraphs" There is also an output "tables"
The data in "tables" also shows up in "paragraphs".
I want a data structure that is:
As they show up on the page. Which is how the studio represents the data:
What can I do to make the data output appear like it does in studio? Where the paragraphs and tables are in the right order with no overlapping data?
This is my current request code:
Environment
.NET 6.0 running on linux containers, and Visual Studio locally on Windows.