How to extract texts between two coordinates in a page? #3959
Unanswered
StephenZKCurry
asked this question in
Looking for help
Replies: 1 comment
-
You can supply an arbitrary rectangle ("clip") inside which your desired text lives. If you only have top and bottom values, make a rectangle |
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, mimics dragging a cursor highlights text in a PDF, How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions