X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scan_stuff;h=1b34df9e045735d323aa9493b5d205718101a80d;hb=883c455379367ba2f9dc3fbd5c751d97b6c5871b;hp=484ea31e3e7e0298e09f1686cb475147d1194790;hpb=6be352d49745cd1195e8108720819a57a9ae2289;p=bin.git diff --git a/scan_stuff b/scan_stuff index 484ea31..1b34df9 100755 --- a/scan_stuff +++ b/scan_stuff @@ -21,6 +21,9 @@ scan_stuff - scans papers scan_stuff [options] Options: + --simplex single sided + --duplex double sided (Default) + --mode Scanning mode (Color,Gray,Lineart) --debug, -d debugging level (Default 0) --help, -h display this help --man, -m display manual @@ -29,6 +32,19 @@ scan_stuff [options] =over +=item B<--simplex> + +Single sided documents + +=item B<--duplex> + +Double sided documents (default) + +=item B<--mode> + +Scanning mode; passed directly to scanimage. Useful options are +C (Default), C, and C. + =item B<--debug, -d> Debug verbosity. (Default 0) @@ -45,7 +61,9 @@ Display this manual. =head1 EXAMPLES -scan_stuff + scan_stuff; # repeat as necessary + scantailor-cli -l 1 --content-detection=cautious *.tif -o out; + make_djvu =cut @@ -62,6 +80,7 @@ my %options = (device => 'fujitsu', GetOptions(\%options, 'duplex!', 'simplex!', + 'mode=s', 'debug|d+','help|h|?','man|m'); pod2usage() if $options{help};