scanadf
scanadf
scanadf [options]
Control scanners with an automatic document feeder (ADF), which can return multiple documents. The images are written to output files specified by the --outputfile option. scanadf uses the SANE interface to access the scanner and can support any device for which there is a SANE backend.
Options
Specify a SANE device name. The default is to attempt to open the first available device.
Specify the last page number to scan.
Print help message and exit. You can get device-specific help by running scanadf as follows:
scanadf -h -d device
Display a list of available devices. The list may not be complete, particularly when accessing scanners across the network. Only scanners listed in a configuration file (typically in the directory
/etc/sane.d ) are displayed. A scanner with no configuration file entry must be accessed by its full device name.
Specify a format string used to generate the output filename. Use %d replacement to insert the current page number in the name. The default format string is image-%04d.
Write raw image data to the output file without attempting to interpret it. Usually used together with --scan-script.
Specify the page number of the first scanned image.
Specify the name of a script to run after each image is scanned.
Run in verbose mode, providing additional status messages.
Print version information and exit.