A simple program to remove the watermark from a PDF file.
pdf2image
First you need to install the dependencies:
$ pip install pdf2image
$ pip install scikit-image
Inside the repository create a directory that will receive the modified images:
$ mkdir jiangyi3
To execute:
$ python watermark.py
Don't forget to indicate the pdf's path you want to convert.