How to extract lines in PDF? #996
Answered
by
JorjMcKie
yooongchun
asked this question in
Q&A
-
How can I extract lines by PyMuPDF? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Apr 8, 2021
Replies: 2 comments
-
This is a typical |
Beta Was this translation helpful? Give feedback.
0 replies
-
Method |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JorjMcKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Method
page.get_drawings()
returns a list of "paths", which are dictionaries each containing any number of elementary drawing commands like curves, rectangles and lines.Please consult the documentation!