Skip to content
Discussion options

You must be logged in to vote

You can determine the boundary box of all content on the page. The list get_bboxlog can be use to derive the numbers you want, e.g.

len([b for b in page.get_bboxlog() if "path" in b[0]])
9

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 Changeyuy
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 #4633 on July 28, 2025 08:41.