Skip to content

Remove embedded watermarks and color stains for scanned PDF. 去除扫描版 PDF 中的水印

License

Notifications You must be signed in to change notification settings

Goshin/Remove-PDF-Watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove PDF Watermark

A simple python script to remove embedded watermarks and color stains for scanned PDF.

简单去除扫描版 PDF 中的水印


Experimental Result

Requirements

  • Python 3
  • Pillow
  • PyPDF2
  • img2pdf

Usage

usage: pdf-watermark-removal.py [-h] [-o out] [-s SKIP] PATH

positional arguments:
  PATH

optional arguments:
  -h, --help            show this help message and exit
  -o out, --output out  Output PDF file
  -s SKIP, --skip SKIP  Skip over the first n page(s).

example:

$ pdf-watermark-removal.py --skip=1 --output=output.pdf document.pdf

License

The software is released under the MIT license.

About

Remove embedded watermarks and color stains for scanned PDF. 去除扫描版 PDF 中的水印

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages