From 5930b0fb50dc1621843641ab64b57d6ba2dcc28c Mon Sep 17 00:00:00 2001 From: Burathar Date: Mon, 4 Jan 2021 12:19:54 +0100 Subject: [PATCH] Update 'README.md' --- RE | 1 - README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 RE create mode 100644 README.md diff --git a/RE b/RE deleted file mode 100644 index f5b5d81..0000000 --- a/RE +++ /dev/null @@ -1 +0,0 @@ -# pdf-scanline-remover \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..dce0e7e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# pdf-scanline-remover + +## Install +1. Download `pdf_scanline_remover.sh` +2. Preferably put it in a directory that is in your `PATH` variable, so it can be executed from anywhere +3. Make sure anyone has execute rights (`chmod +x pdf_scanline_remover.sh`) + +## Usage +Usage: pdf-scanline-remover []" +Takes a pdf file, removes any vertical scanner lines, and outputs it as output.pdf if not otherwise specified + -e remove lines on even pages. First page is page 0 (even) + -o remove lines on odd pages. First page is page 0 (even) + -a remove lines on all pages + -c increase contrast of pdf file + -h display this output