Extract table without vertical lines #1260
stevenwu2017
started this conversation in
Ask for help with specific PDFs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I encountered two types of problems when extracting table data from PDFs.
PDF File:
ETNSI696-201706_2.pdf
Case 1:
I want to extract the data from this table without vertical lines in the red box.
as follows:
python 3.10
pdfplumber 0.11.5
source code:
debug_tablefinder:
The existing problems:
Case 2:
I want to extract all the legend data within the red box.
I have no idea about how to extract the legend data. Could you please take a look?
Beta Was this translation helpful? Give feedback.
All reactions