AKaasJ / pdf-highlighter

Analyzes all the words contained in a pdf. Highlights words using colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@INSTRUCTIONS
Run: "python app.py"
It will find all the words of the dictionary and it will create output.pdf and results.txt
Change main function of app.py to give other input/output files
Note that windows uses '\' for paths and linux uses '/'



@IMPORTANT
Install dependencies first

Run: "pip install pdfminer pypdf2 reportlab"

pdfminer is used to analyze and extract content from pdf file
pypdf2 is used to write the output pdf file
report lab is used to create the highlights










About

Analyzes all the words contained in a pdf. Highlights words using colors.


Languages

Language:Python 100.0%