Skip to content

jasonchristopher21/highlight-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Highlighter Mate

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!

Getting Started

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.

  1. Ensure that you have downloaded Python in your computer.

  2. Download the pip installation manager for Python. You may read their documentation here
    In your terminal, run the following command:

python -m ensurepip --upgrade
  1. Download PyMuPDF. You may read their documentation here.
    In your terminal, run the following command:
python -m pip install --upgrade pymupdf
  1. Run the file highlighter.py in your Terminal, and follow the prompts provided. :)

About

Automated search, highlight, marking and redacting application built on Python and PyMuPDF Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages