Aparentemente, o programa scanimage
possui varredura em lote integrada, portanto, nenhum script é necessário:
scanimage --format=tiff --batch="/path/to/scanned_image-%d.tiff" --batch-prompt
Veja a página de manual para mais informações.
"The --batch options provide the features for scanning documents using document feeders."
"--batch [format] is used to specify the format of the filename that each page will be written to."
"--batch-prompt will ask for pressing RETURN before scanning a page. This can be used for scanning multiple pages without an automatic document feeder."