How to extract texts between two coordinates in a page? #1216
Unanswered
StephenZKCurry
asked this question in
Q&A
Replies: 1 comment
-
Thanks for your interest in Or perhaps you can provide an example of what you've been trying and what's not quite working? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to extract texts between two coordinates on a page use the PDF's underlying flow of characters as a guide for ordering and segmenting the words, rather than presorting the characters by x/y position, like argument
use_text_flow
inextract_words()
, How can I do that?Beta Was this translation helpful? Give feedback.
All reactions