Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thoth2357/watermark-removal

Program Helps remove watermark from a pdf document
https://github.com/thoth2357/watermark-removal

document-processing watermarking

Last synced: about 2 months ago
JSON representation

Program Helps remove watermark from a pdf document

Awesome Lists containing this project

README

        

# Watermark-removal
Helps remove watermark from a pdf document

# Dependencies and it required version
skimage >0.16.2
numpy >1.17.4
pdf2image >1.11.0

# installing dependencies
pip install skimage
pip install numpy
pip install pdf2image

# usage
put the watermarked pdf file into the same directory as the code and rename it as test.pdf
then run the script watermark removal.py by opening a command line in the same directory as the code and typing
python watermark-removal.py

# output
the pdf file whose watermarking has been removed by the script shall be stored in the same directory that the script was run from