page.search #805
yonglee7015
started this conversation in
Ask for help with specific PDFs
page.search
#805
Replies: 1 comment 3 replies
-
If you expect newlines in the text you're searching, you can use the regular expression token page.search(r"Description\s+\(Long\s+Description\)") Does that work for you? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
page.search can not search sentence with \n break.
for example,
search Description (Long Description) not works, but search Description (Long, it works.
Beta Was this translation helpful? Give feedback.
All reactions