You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PDF page that contains a table. The table is made up of rows with colored background and rows with white background. The table cells do not have any visible border lines except for the header.
When I call page.extract_tables() on the load PDF page, it extracts colored sections of the table as separate tables. Using the image I provided, I'd get two tables (which are actually two table sections). This is okay since I can just combine the different table sections to render the original table. However, it's unable to capture the white rows of the table.
Does anyone know how I can extract sections of the table with white background with no cell border?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a PDF page that contains a table. The table is made up of rows with colored background and rows with white background. The table cells do not have any visible border lines except for the header.
When I call
page.extract_tables()
on the load PDF page, it extracts colored sections of the table as separate tables. Using the image I provided, I'd get two tables (which are actually two table sections). This is okay since I can just combine the different table sections to render the original table. However, it's unable to capture the white rows of the table.Does anyone know how I can extract sections of the table with white background with no cell border?
Beta Was this translation helpful? Give feedback.
All reactions