Highlight text in a PDF with Python [closed] Highlight text in a PDF with Python [closed] python python

Highlight text in a PDF with Python [closed]


You can highlight text using PyPDF2.

In order to find the text's location, check out this answer.