Skip to content

Commit 15c860c

Browse files
committed
Revert "Migrated to scanimage to deal with scanadf hanging with bed scanning" as it didn't fix the issue
This reverts commit 62b760c.
1 parent 62b760c commit 15c860c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/scan2pdfc.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ mkdir -p $filename
3535
# workaround to query scanners
3636
scanadf -L
3737

38-
#scanadf --device-name "$device" --resolution "$resolution" --mode "$mode" -x $w -y $h -o "$filename"/image_%04d
39-
40-
scanimage --device-name "$device" --resolution "$resolution" --mode "$mode" -x $w -y $h --batch="$filename"/image_%04d
38+
scanadf --device-name "$device" --resolution "$resolution" --mode "$mode" -x $w -y $h -o "$filename"/image_%04d
4139

4240
[[ $INTR == "true" ]] && echo "Converting to PDF ..."
4341

0 commit comments

Comments
 (0)