first version

This commit is contained in:
tobias
2025-11-16 22:30:36 +01:00
parent 3d3625c93a
commit bd42e2f7e3
3 changed files with 203 additions and 0 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
# Requirements for the SANS watermark removal tool
#
# This tool requires the PyMuPDF package to manipulate PDF files. Install
# it using pip before running the script:
# pip install -r requirements.txt
PyMuPDF>=1.23.0