crabfeather / CSMarkRemover

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%