Skip to content Skip to sidebar Skip to footer

Highlight Text In A Pdf With Python

I'm working on custom search engine for my PDF data corpus. I have a transformation layer which is able to dump PDF content to text (using Apache Tika and GROBID). I have finished

Solution 1:

You can highlight text using PyPDF2.

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

Post a Comment for "Highlight Text In A Pdf With Python"