From 9a60d36a030910396ef5a70dd5ab6407bf1f24b5 Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Mon, 24 May 2021 11:01:13 +0200 Subject: [PATCH] scan bright colors --- bundles/scansnap/files/scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/scansnap/files/scan.sh b/bundles/scansnap/files/scan.sh index 5e7a145..ab5800f 100644 --- a/bundles/scansnap/files/scan.sh +++ b/bundles/scansnap/files/scan.sh @@ -4,6 +4,6 @@ set -euo pipefail OUTFILE=$(mktemp -d) -scanimage --source 'ADF Duplex' --format tiff --mode Gray --resolution 300 --page-width 210 --page-height 297.3 -x 210 -y 297.3 --batch=${OUTFILE}/p%04d.tiff +scanimage --source 'ADF Duplex' --format tiff --mode Color --brightness 23 --resolution 300 --page-width 210 --page-height 297.3 -x 210 -y 297.3 --batch=${OUTFILE}/p%04d.tiff /etc/scanbd/scripts/ocr.sh "$OUTFILE" &