Skip to content
Discussion options

You must be logged in to vote

Could be several explanations, e.g. you may be looking at images instead of at some text, it could be drawings that look like text, etc.
Impossible to say with the file.
As in intermediate track down help, make a sorted list of all words on the page: page.get_text("words", sort=True). This list has tuple items looking like (x0, y0, x1, y1, "word", block_n, line_n, word_n). The first 4 tuple items are rectangle coordinates of the word.
Should give you more clou what is going on.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@espitiaandres
Comment options

Answer selected by espitiaandres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #1607 on February 22, 2022 21:35.