bundles/scansnap: do ocr in a separate process to speed up scanning
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d193ec8ef3
commit
5d4ca086e6
4 changed files with 33 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue