cant get the lines or curves #1118
Closed
Eyderoe
started this conversation in
Ask for help with specific PDFs
Replies: 2 comments
-
It appears that the linear graphical elements on that page have been captured as as |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, it work well |
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
-
I want to extract the table ,but not as expected.
so I extract lines and curves ,but i cant get any.
might someone tell me what cause it
I will be appreciate if someone could explain
import pdfplumber
raw = r".\ZUCK.pdf"
pdf = pdfplumber.open(raw)
page = pdf.pages[0]
print(page.lines)
print(page.curves)
ZUCK.pdf
Beta Was this translation helpful? Give feedback.
All reactions