Get coordinates from tables texts. #1180
molhineko
started this conversation in
Ask for help with specific PDFs
Replies: 1 comment 1 reply
-
There is also You can then access |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
page.extract_tables()
is able to extract text from each cell preciously. I want to get text coordinates from specific cell text. So, I am usingpage.search(text)
to get coordinates. However,page.search()
seems usingpage.extract_text()
to search text.page.extract_text()
is not works well for table content. It is sometimes sentence sequences are broken by other cell's text. So, I want to get coordinates along withpage.extract_tables()
. Are there such option on it ? Does anyone have idea ?Beta Was this translation helpful? Give feedback.
All reactions