hipdf

Highlight the first word of English sentences in PDF file.


License
MIT
Install
pip install hipdf==0.2.0

Documentation

hipdf - pdf highlighter

Highlight the first word of English sentences in PDF file.

Installation

pip install hipdf

Usage

  • Basic usage:
hipdf <path_to_file>

Hipdf will save the highlighted file in the same folder of the original file, with prefix like "[highlighted.{count}][{time}]"

  • Specify an out name:
hipdf <path_to_file> -o <out_path>

The out_path is relative to the current working directory. Examples: ../my docs/highlighted.pdf or ./highlighted/doc.pdf

  • Specify a prefix:
hipdf <path_to_file> -p <prefix>

or with -o:

hipdf <path_to_file> -o <out_path> -p <prefix>

prefix will only affect filename but not file path.