Replies: 7 comments
-
Have you tried searching with switched off |
Beta Was this translation helpful? Give feedback.
-
If this is correct, page.search_for('modified',flags=fitz.TEXT_PRESERVE_LIGATURES) then it is still not finding the |
Beta Was this translation helpful? Give feedback.
-
you switched it ON not off! |
Beta Was this translation helpful? Give feedback.
-
This works!
|
Beta Was this translation helpful? Give feedback.
-
Yes, but only because
|
Beta Was this translation helpful? Give feedback.
-
Look at the |
Beta Was this translation helpful? Give feedback.
-
OK. Let me study this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Potentially add an issue reference.
I'm trying to do search for
text=modified
like this,page.search_for(text)
but the text in the
page
has the wordmodified
where thefi
have been merged as a ligature so the search does not match.Describe the solution you'd like
A clear and concise description of what you want to happen.
Search for text using correct encoding.
Describe alternatives you've considered
Are there several options for how your request could be met?
None
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions