bundles/scansnap: do ocr in a separate process to speed up scanning
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-24 10:24:01 +02:00
parent d193ec8ef3
commit 5d4ca086e6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 33 additions and 14 deletions

View file

@ -35,8 +35,8 @@ global {
action scan {
filter = "^scan.*"
numerical-trigger {
from-value = 1
to-value = 0
from-value = 0
to-value = 1
}
desc = "Scan to file"
script = "scan.sh"