Skip to content

CSMarkRemover.py is a simple Python script for batch-removing the watermark from the app CamScanner on a folder of PDFs.

License

Notifications You must be signed in to change notification settings

crabfeather/CSMarkRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CamScanner Watermark-remover

Description:

CSMarkRemover.py is a simple Python script for batch-removing the watermark from the app CamScanner on a folder of PDFs.

How to use:

  1. 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
  1. Verify the latest version of Python3 and PIP are installed by running:
python --version
pip --version
  1. Install the required libraries:
pip install PyMuPDF
  1. Run the script with Python for your folder of watermarked PDFs:
python CSMarkRemover.py <input-folder>

Contact:

Allan Edh
Research Intern, Stockholm School of Economics (SSE)
allan.edh@gmail.com

About

CSMarkRemover.py is a simple Python script for batch-removing the watermark from the app CamScanner on a folder of PDFs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages