Skip to content
Discussion options

You must be logged in to vote

This can have a number of reasons.
First of all, the length of the string you are searching for should not be exaggerated. Three or four lines are probably ok ... if no other problem comes in the way.

Then, your PDF need not have the text stored in reading sequence, i.e. in the sequence you are accustomed to read and which also looks like the page is showing it.
MuPDF search mechanism does not reorder text in any specific sequence before starting to search. Instead it parses text as it physically is stored - and of course will not find something where character sequence is scrambled in some way.

Third, some PDF creators want to save file size and may simulate special text effects (like bo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dineshzende
Comment options

@JorjMcKie
Comment options

@dineshzende
Comment options

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

This discussion was converted from issue #1816 on July 15, 2022 11:15.