wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
8.97k stars 861 forks source link

Text highlighting recipe work for only for a single line text search. #1803

Closed muhammadbasitobaid closed 1 month ago

muhammadbasitobaid commented 1 month ago

Before you start - checklist

Description

The code in recipe https://github.com/wojtekmaj/react-pdf/wiki/Recipes#highlight-text-on-the-page only works if we try to search only a single row at a time! image but the moment new line text is type the highlighting stops working: image any help is highly appreciated.

Steps to reproduce

Just fire up the script in give link and start searching when you reach the "newline text highlighting won't work.

Expected behavior

Highlighting should work for multiple search as well.

Actual behavior

only works for a single line.

Additional information

No response

Environment