Skip to content

How to extract lines in PDF? #996

Answered by JorjMcKie
yooongchun asked this question in Q&A
Discussion options

You must be logged in to vote

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!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JorjMcKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #995 on April 08, 2021 08:52.