删除G439双张保留,新增睡眠设置

This commit is contained in:
13038267101 2023-02-17 15:12:47 +08:00
parent 61087ada01
commit 0065fd421e
1 changed files with 51 additions and 32 deletions

View File

@ -67,7 +67,8 @@
"size": 4,
"range": {
"min": 0,
"max": 255
"max": 255,
"step": 1
},
"depend_or": ["is-multiout==true", "mode==黑白"]
},
@ -132,7 +133,8 @@
"size": 4,
"range": {
"min": 1,
"max": 128
"max": 128,
"step": 1
},
"depend_or": ["is-erase-bkg==true"]
},
@ -197,7 +199,8 @@
"size": 4,
"range": {
"min": 10,
"max": 50
"max": 50,
"step": 1
},
"depend_or": ["is-noise-optimize==true"]
},
@ -231,7 +234,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 210.000000
"max": 210.000000,
"step": 21.000000
},
"depend_and": ["is-custom-area==true"]
},
@ -245,7 +249,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 210.000000
"max": 210.000000,
"step": 21.000000
},
"depend_and": ["is-custom-area==true"]
},
@ -259,7 +264,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 297.000000
"max": 297.000000,
"step": 29.700000
},
"depend_and": ["is-custom-area==true"]
},
@ -273,7 +279,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 297.000000
"max": 297.000000,
"step": 29.700000
},
"depend_and": ["is-custom-area==true"]
},
@ -307,7 +314,8 @@
"size": 4,
"range": {
"min": 1,
"max": 100
"max": 100,
"step": 1
},
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"]
},
@ -331,8 +339,9 @@
"default": 200,
"size": 4,
"range": {
"min": 1,
"max": 600
"min": 100,
"max": 600,
"step": 1
}
},
"image-quality": {
@ -380,7 +389,8 @@
"size": 4,
"range": {
"min": 1,
"max": 255
"max": 255,
"step": 1
},
"depend_and": ["is-custom-gamma==false"]
},
@ -394,7 +404,8 @@
"size": 4,
"range": {
"min": 1,
"max": 7
"max": 7,
"step": 1
},
"depend_and": ["is-custom-gamma==false"]
},
@ -408,7 +419,8 @@
"size": 4,
"range": {
"min": 0.010000,
"max": 5.000000
"max": 5.000000,
"step": 0.499000
},
"depend_and": ["is-custom-gamma==false"]
},
@ -477,7 +489,8 @@
"size": 4,
"range": {
"min": 30,
"max": 50
"max": 50,
"step": 1
},
"depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸", "==最大扫描尺寸自动裁切", "is-anti-skew==true"]
},
@ -491,7 +504,8 @@
"size": 4,
"range": {
"min": 1,
"max": 20
"max": 20,
"step": 1
},
"depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸", "==最大扫描尺寸自动裁切", "is-anti-skew==true"]
},
@ -505,7 +519,8 @@
"size": 4,
"range": {
"min": 5,
"max": 30
"max": 30,
"step": 1
},
"depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸自动裁切", "==最大扫描尺寸", "is-anti-skew==true"]
},
@ -558,7 +573,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 0.500000
"max": 0.500000,
"step": 0.050000
},
"depend_and": ["is-rid-hole-l==true"]
},
@ -581,7 +597,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 0.500000
"max": 0.500000,
"step": 0.050000
},
"depend_and": ["is-rid-hole-r==true"]
},
@ -604,7 +621,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 0.500000
"max": 0.500000,
"step": 0.050000
},
"depend_and": ["is-rid-hole-t==true"]
},
@ -627,7 +645,8 @@
"size": 4,
"range": {
"min": 0.000000,
"max": 0.500000
"max": 0.500000,
"step": 0.050000
},
"depend_and": ["is-rid-hole-b==true"]
},
@ -695,17 +714,6 @@
"default": true,
"size": 4
},
"double-feed": {
"category": "base",
"title": "双张图片处理",
"desc": "检测到双张进纸后的处理方式",
"type": "string",
"cur": "丢弃图像并停止扫描",
"default": "丢弃图像并停止扫描",
"size": 40,
"range": ["丢弃图像并停止扫描", "上传图像并停止扫描"],
"depend_or": ["is-ultrosonic==true"]
},
"is-check-dog-ear": {
"category": "base",
"title": "折角检测",
@ -725,8 +733,19 @@
"size": 4,
"range": {
"min": 0,
"max": 100
"max": 100,
"step": 1
},
"depend_or": ["is-check-dog-ear==true"]
},
"time-to-sleep": {
"category": "base",
"title": "休眠时间",
"desc": "设置扫描仪的休眠时间",
"type": "string",
"cur": "不休眠",
"default": "不休眠",
"size": 70,
"range": ["不休眠", "五分钟", "十分钟", "半小时", "一小时", "两小时", "四小时"]
}
}