Skip to content

get_images() function doubt #3844

Discussion options

You must be logged in to vote

Vector graphics are composed of very many drawing instructions usually. To make an image of these, we must first find a way to cluster drawing instructions.
Then create an image (Pixmap) of that identified clustered area of the page. There is no way to directly extract vector graphics.
Find vector graphics cluster rectangles via Page.cluster_drawings().

Replies: 3 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 Thharshita
Comment options

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

This discussion was converted from issue #3843 on September 04, 2024 11:16.