1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-09 20:29:52 +02:00

README: increase explaining

This commit is contained in:
Bryan Bishop 2013-02-14 03:43:23 -06:00
parent ee483ab986
commit 0d1da12f71

View File

@ -1,6 +1,6 @@
# pdfparanoia
pdfparanoia is a PDF watermark removal library for academic papers.
pdfparanoia is a PDF watermark removal library for academic papers. Some publishers include private information like institution names, personal names, ip addresses, timestamps and other identifying information in watermarks on each page.
## Installing
@ -31,7 +31,7 @@ file_handler.close()
or from the shell,
``` bash
pdfparanoia input.pdf > output.pdf
pdfparanoia --verbose input.pdf > output.pdf
```
and,