A PDF contains information as follows:
Name: ABC
Profession: XYZ
Hobbies: HIJ
Using PyMUPDF i am able to search a word in a PDF and highlight it, but i want to highlight the right hand side value of the searched text.
In this example, i want to highlight the value of Name i.e. ABC. because for a different file the Name value may change from ABC to PQR.
Can anyone help on how to do it? Thanks a lot!