Skip to content
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

[Feature] Add Column object(s) to find_table() #1050

Closed
Pk13055 opened this issue Nov 29, 2023 · 2 comments
Closed

[Feature] Add Column object(s) to find_table() #1050

Pk13055 opened this issue Nov 29, 2023 · 2 comments
Labels
feature-request All feature requests receive this label initially, can be upgraded to "enhancement"

Comments

@Pk13055
Copy link

Pk13055 commented Nov 29, 2023

Currently, find_table returns a table object that contains two props, viz. .cells: list[tuple(float, float, float, float]] and .rows: Row object, which in turn contains .cells. It would be great if, similar to .rows, a .columns property is also added, since intersections of bboxes can be calculated and thereby external OCR can be applied on a per-cell basis.

@Pk13055 Pk13055 added the feature-request All feature requests receive this label initially, can be upgraded to "enhancement" label Nov 29, 2023
@jsvine
Copy link
Owner

jsvine commented Feb 10, 2024

Thanks for the suggestion, @Pk13055. The idea seems reasonable; I'll investigate how this might be added.

jsvine added a commit that referenced this issue Aug 2, 2024
@jsvine
Copy link
Owner

jsvine commented Aug 2, 2024

Hi @Pk13055, and thanks again for the suggestion. Now added in d39302f and available on the develop branch.

@jsvine jsvine closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All feature requests receive this label initially, can be upgraded to "enhancement"
Projects
None yet
Development

No branches or pull requests

2 participants