Remove PDF watermarks from academic papers using pypdf. It is not guaranteed to work, but in most of cases, it just works!
Just run the script in your browser: open index.html
Or install the pypdf package:
pip3 install pypdfOr install UV. No .venv or pip install needed.
python3 remove.py input.pdf output.pdfWith UV
uv run remove.py input.pdf output.pdfThe code is licensed under the MIT Licence.