CSMarkRemover.py is a simple Python script for batch-removing the watermark from the app CamScanner on a folder of PDFs.
- Install the script by running one of below commands in a terminal depending on your OS:
Windows PowerShell:
iwr https://raw.githubusercontent.com/crabfeather/CSMarkRemover/main/CSMarkRemover.py -O CSMarkRemover.py
Linux/MacOS:
curl https://raw.githubusercontent.com/crabfeather/CSMarkRemover/main/CSMarkRemover.py -o CSMarkRemover.py
- Verify the latest version of Python3 and PIP are installed by running:
python --version
pip --version
- Install the required libraries:
pip install PyMuPDF
- Run the script with Python for your folder of watermarked PDFs:
python CSMarkRemover.py <input-folder>
Allan Edh
Research Intern, Stockholm School of Economics (SSE)
allan.edh@gmail.com