mirror of
https://github.com/rocketraman/sane-scan-pdf.git
synced 2025-05-31 22:40:18 -07:00
README: update with current help output
This commit is contained in:
parent
144067840c
commit
7931fe4e86
21
README.md
21
README.md
@ -62,7 +62,7 @@ OPTIONS
|
|||||||
-e, --max <pages>
|
-e, --max <pages>
|
||||||
Max number of pages e.g. 2 (default is all pages)
|
Max number of pages e.g. 2 (default is all pages)
|
||||||
-t, --truncate <pages>
|
-t, --truncate <pages>
|
||||||
Truncate number of pages from end e.g. 1 (default is none)
|
Truncate number of pages from end e.g. 1 (default is none) -- truncation happens after --skip-empty-pages
|
||||||
-s, --size
|
-s, --size
|
||||||
Page Size as type e.g. Letter (default), Legal, A4, no effect if --crop is specified
|
Page Size as type e.g. Letter (default), Legal, A4, no effect if --crop is specified
|
||||||
-ph, --page-height
|
-ph, --page-height
|
||||||
@ -70,7 +70,12 @@ OPTIONS
|
|||||||
-pw, --page-width
|
-pw, --page-width
|
||||||
Custom Page Width in mm
|
Custom Page Width in mm
|
||||||
-x, --device
|
-x, --device
|
||||||
Override scanner device name, defaulting to `fujitsu`
|
Override scanner device name, defaulting to "fujitsu", pass an empty value for no device arg
|
||||||
|
-xo, --driver-options
|
||||||
|
Send additional options to the scanner driver e.g.
|
||||||
|
-xo "--whatever bar --frobnitz baz"
|
||||||
|
--no-default-size
|
||||||
|
Disable default page size, useful if driver does not support page size/location arguments
|
||||||
--crop
|
--crop
|
||||||
Crop to contents (driver must support this)
|
Crop to contents (driver must support this)
|
||||||
--deskew
|
--deskew
|
||||||
@ -78,14 +83,24 @@ OPTIONS
|
|||||||
--unpaper
|
--unpaper
|
||||||
Run post-processing deskew and black edge detection (requires unpaper)
|
Run post-processing deskew and black edge detection (requires unpaper)
|
||||||
--ocr
|
--ocr
|
||||||
Run OCR to make the PDF searchable (requires tesseract and ImageMagick)
|
Run OCR to make the PDF searchable (requires tesseract)
|
||||||
|
--language <lang>
|
||||||
|
which language to use for OCR
|
||||||
--skip-empty-pages
|
--skip-empty-pages
|
||||||
remove empty pages from resulting PDF document (e.g. one sided doc in duplex mode)
|
remove empty pages from resulting PDF document (e.g. one sided doc in duplex mode)
|
||||||
|
--white-threshold
|
||||||
|
threshold to identify an empty page is a percentage value between 0 and 100. The default is 99.8
|
||||||
|
--brightness-contrast-sw
|
||||||
|
Alter brightness and contrast via post-processing - prefer specifying brightness and/or
|
||||||
|
contrast via --driver-options if supported by your hardware.
|
||||||
|
|
||||||
OUTPUT
|
OUTPUT
|
||||||
-o, --output <outputfile>
|
-o, --output <outputfile>
|
||||||
Output to named file default=scan.pdf
|
Output to named file default=scan.pdf
|
||||||
-l, --outputlist <outputfile-1...outputfile-n> Output to named files for each scanned page, can be used with append
|
-l, --outputlist <outputfile-1...outputfile-n> Output to named files for each scanned page, can be used with append
|
||||||
|
|
||||||
|
CONFIGURATION
|
||||||
|
<not shown, system-specific, run `--help` locally>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user