Page properties extraction #1871
Answered
by
JorjMcKie
meghanaviyyapu
asked this question in
Looking for help
-
Can you let me know how page margin values (left,top,right,bottom) can be extracted from PDF? |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Aug 11, 2022
Replies: 1 comment 17 replies
-
There is no such thing. |
Beta Was this translation helpful? Give feedback.
17 replies
Answer selected by
JorjMcKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no such thing.
You can however determine the union of all text bboxes easily by computing them e.g. from
get_text("blocks")
.Or build other types of sub areas in similar ways (drawings, images, ...).