]> git.donarmstrong.com Git - bin.git/commitdiff
document scan_stuff better
authorDon Armstrong <don@donarmstrong.com>
Sun, 1 Jul 2018 19:56:23 +0000 (12:56 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 1 Jul 2018 19:56:23 +0000 (12:56 -0700)
scan_stuff

index 3b913aeb340fc943f7cca1b09555c09ac6b0ddcc..1b34df9e045735d323aa9493b5d205718101a80d 100755 (executable)
@@ -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<Gray> (Default), C<Color>, and C<Lineart>.
+
 =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