I have a use case to display a search bar on the left side and right side PDF viewer. If the user types something on the search bar, I need to find that text phase in the PDF file and highlight it in a color. Basically, this is the PDF viewer's inbuilt find feature. I need that outside the viewer. Is this a possible thing to achieve in the front end?
If possible What are the recommended tools? Libraries?