diff --git a/README.md b/README.md index c1f0bf4..95abf2f 100755 --- a/README.md +++ b/README.md @@ -20,25 +20,28 @@ Bash wrapper for [scanline](https://github.com/klep/scanline) to allow for fast # Usage rpearce@crom:scan$ ./scan - [processing /Users/rpearce/.scanrc] - [tag tax will use financial year paths] - [preview enabled] usage: ./scan [OPTIONS] filename tag1 [tag2] [tag3] ... [tagX] - Scans to: $PDFDIR/tag1//filename - Creates symlinks in: - $PDFDIR/tag2//filename - $PDFDIR/tag3//filename - ...etc... + 1. Mounts $PDFSHARE to $PDFDIR + 2. Scans to: $PDFDIR/tag1//filename + 3. Creates symlinks in: + $PDFDIR/tag2//filename + $PDFDIR/tag3//filename + ...etc... - -d scan in duplex mode - -f xxx for given tag, use financial year in path rather than calendar year - -h show this text - -l list all available scanners - -m multi-page mode (prompts to load new pages each time) - -p preview document after scanning - -s xxx select scanner to use - -T Temporary mode - scan to /tmp/a.pdf + OPTIONS + -d scan in duplex mode + -f xxx for given tag, use financial year in path rather than calendar year + -h show this text + -l list all available scanners + -m multi-page mode (prompts to load new pages each time) + -M mount $PDFSHARE to $PDFDIR then exit + -o use ocrmypdf to straighten document, extract text into pdf and use tags as keyword metadata + -O xxx specify path to ocrmypdf + -p preview document after scanning + -s xxx select scanner to use + -T Temporary mode - scan to /tmp/a.pdf + -v verbose mode # Examples