Skip to content
ErDiRa edited this page Mar 17, 2019 · 3 revisions

How to use the scripts

To run the scripts without installing the needed libraries each script is set up with an virtual env using pipenv. To run the script you need to have pipenv installed on your system:

  • pip install --user pipenv

Then you can run the scripts by using following command:

  • pipenv run python desiredScript.py

Scripts

PDF Manipulation

Clone this wiki locally