TEXT_DEHYPHENATE in page.search_for
#1281
Answered
by
JorjMcKie
AnweshGangula
asked this question in
Q&A
-
The documentation show that This is how I have added it: page.search_for("needle", flags=fitz.TEXT_DEHYPHENATE) |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Sep 23, 2021
Replies: 1 comment 6 replies
-
Search already has this flag set! This shows the method definition: |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
AnweshGangula
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search already has this flag set! This shows the method definition:
search_for(needle, clip=clip, quads=False, flags=TEXT_DEHYPHENATE | TEXT_PRESERVE_WHITESPACE | TEXT_PRESERVE_LIGATURES)
Where in the documentation did you look at?