How to extract texts between two coordinates in a page?
StephenZKCurry opened this issue · comments
ZK commented
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
in extract_words()
, How can I do that?