Version 0.1 (25/12/2022)
An automated application to highlight, mark and redact* PDFs, built on Python and PyMuPDF libraries.
Highlighter Mate enables you to highlight all instances of multiple keywords, with a friendly text-based command-line interface*.
*as of version 0.1, further iterations are to be done soon!
Highlighter Mate currently requires a slight knowledge of terminal operations to run the program. For Windows users, if you currently do not have a preferred "terminal", you may open Windows PowerShell or Command Prompt instead.
-
Ensure that you have downloaded Python in your computer.
-
Download the
pipinstallation manager for Python. You may read their documentation here
In your terminal, run the following command:
python -m ensurepip --upgrade- Download PyMuPDF. You may read their documentation here.
In your terminal, run the following command:
python -m pip install --upgrade pymupdf- Run the file
highlighter.pyin your Terminal, and follow the prompts provided. :)