ADF 上的 scanimage 无法使用 --batch

ADF 上的 scanimage 无法使用 --batch

我想使用 ADF 扫描多个文件。

这是我的设备:

luca@luca-server:~$ sudo scanimage -L
device `xerox_mfp:libusb:001:006' is a Samsung SCX-3400 Series multi-function peripheral

如果我运行这个命令:

luca@luca-server:~$ sudo scanimage --batch --format=tiff

它正确地扫描了 ADF 上的第一页。但随后它冲洗了所有其他页面!这是在 ADF 上有三页的测试输出:

luca@luca-server:~$ sudo scanimage --batch --format=tiff
Scanning -1 pages, incrementing by 1, numbering from 1
Scanning page 1
Scanned page 1. (scanner status = 5)
Scanning page 2
scanimage: sane_start: Operation was cancelled

--batch-prompt 选项无法解决问题,因为它只会提示 ADF 在下一页需要扫描时是空的。(因为它在第一次扫描后刷新了所有页面)

我该如何解决这个问题?

答案1

scanimage --source ADF --device-name=$device --resolution $resolution --mode $mode --format=tiff --batch=scans/out%d.tiff --batch-start=10

为我工作

相关内容