How do you get the position index of the table on the page #849
Answered
by
jsvine
Godlikemandyy
asked this question in
Q&A
-
I could use |
Beta Was this translation helpful? Give feedback.
Answered by
jsvine
Mar 29, 2023
Replies: 1 comment 3 replies
-
Hi @Godlikemandyy, you can use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jsvine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Godlikemandyy, you can use
tables = page.find_tables()
to get the table objects, and thentable.bbox
to get the table's coordinates.