pdf the bottom of the table is not closed #723
ollie-zhang
started this conversation in
Ask for help with specific PDFs
Replies: 1 comment
-
Hi @ollie-zhang, and thanks for you interest in this library. This discussion may be helpful for you: #625 The general approach is to identify the vertical position of where the bottom line should be, and then passing that position to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
And following is my code,
pdf = pdfplumber.open("test.pdf")
p = pdf.pages[0]
extracted = p.extract_table()
print(extracted)
the latest raw is ['6654', None, None, None, 'manufacturer', '生产厂家', 'VARCHAR2', '10', '', '必填', '是', 'Manufacturer', ''], the raw[1:3] are None, can you give me some suggestion
Beta Was this translation helpful? Give feedback.
All reactions