-
Notifications
You must be signed in to change notification settings - Fork 360
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
Make camelot search for tables in certain page regions #209
Comments
If I provide table_areas, Camelot interprets them as specific table coordinates. My problem is that I want to search for tables in a specific area of the page, but I don't know specific table coordinates. How to cope with this problem? |
I get the issue now. Camelot treats the passed table areas as actual boundaries of the table. This can be an enhancement where the user can pass a |
@anakin87 Can you post a link to that PDF? |
I would want to search for tables in a certain region of the page, in the order to extract only true tables and not tables that are elements of layout. |
@anakin87 Thanks for reporting this issue, the current This is a behavioral bug, I'll push a fix today. |
I think both the options are useful:
|
Hmm, I guess keeping them separate makes sense since a table region could contain two or more table areas too. |
Great!!! |
How do you get the coordinates to be passed as argument to |
I'm trying to automatically detect and extract tables encapsulated in other tables.
I would want to make camelot search in certain area:
this is not table area but the area where the table resides (see the attached image).
How I can make Camelot work in this way?
Ideas for the develop are well-accepted...
The text was updated successfully, but these errors were encountered: