README: increase explaining

This commit is contained in:
Bryan Bishop 2013-02-14 03:43:23 -06:00
parent ee483ab986
commit 0d1da12f71
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# pdfparanoia # 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 ## Installing
@ -31,7 +31,7 @@ file_handler.close()
or from the shell, or from the shell,
``` bash ``` bash
pdfparanoia input.pdf > output.pdf pdfparanoia --verbose input.pdf > output.pdf
``` ```
and, and,