-
Notifications
You must be signed in to change notification settings - Fork 5k
[Design] [Form Recognizer | Table Indexer] Implement indexer on ExtractedTable to index into Cells array #9975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
Cognitive Services
Milestone
Comments
@annelo-msft could you please update the title? |
#10537 to be done as part of this work. |
18 tasks
11 tasks
11 tasks
We will like to get more information about the usage of this feature to help shape the design. |
Closing this, and will reopen if there is a customer need for this feature. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
Cognitive Services
Uh oh!
There was an error while loading. Please reload this page.
Summary
Tables cells are available in Form Recognizer output in order to use them in application UI, rather than for data analysis. Given this, providing a table indexer that allows callers to index into a given cell in the table by
row
,col
, is a more idiomatic approach than having an array of cells users must iterate through to find a given cell.One question that arises is how to handle column span and row span.
We should understand prior approaches in BCL/.NET and design an approach for indexing into table cells consistent with these.
The resulting API will likely look like:
See:
azure-sdk-for-net/sdk/formrecognizer/Azure.AI.FormRecognizer/src/ExtractedTable.cs
Line 24 in ce04694
Goals
The text was updated successfully, but these errors were encountered: