8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
|
|
# 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 |