Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thoth2357/watermark-removal
- Owner: thoth2357
- Created: 2020-04-11T13:29:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T13:44:07.000Z (over 4 years ago)
- Last Synced: 2024-03-19T10:41:24.948Z (10 months ago)
- Topics: document-processing, watermarking
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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