Remove PDF watermarks from academic papers using pypdf. It is not guaranteed to work, but in most of cases, it just works!
Install the pypdf package:
pip3 install pypdf
python3 remove.py input.pdf output.pdf
The code is licensed under the MIT Licence.