doc_and_tools/docs/G139-239.txt

1186 lines
25 KiB
Plaintext
Raw Permalink Normal View History

2022-05-04 03:09:23 +00:00
{
"restore": {
"cat": "base",
"group": "",
2022-05-04 03:09:23 +00:00
"title": "恢复默认设置",
"desc": "恢复默认设置",
"type": "button",
"fix-id": 34921,
2023-11-13 02:29:02 +00:00
"auth": 0,
2023-11-14 08:17:02 +00:00
"size": 4,
"auto": false
2022-05-04 03:09:23 +00:00
},
"help": {
"cat": "base",
"group": "",
2022-05-04 03:09:23 +00:00
"title": "帮助",
"desc": "显示软件帮助文档",
"type": "button",
"fix-id": 34897,
2023-11-13 02:29:02 +00:00
"auth": 0,
2023-11-14 08:17:02 +00:00
"size": 4,
"auto": false
2022-05-04 03:09:23 +00:00
},
"is-multiout": {
"cat": "base",
"group": "base",
2022-05-21 08:48:24 +00:00
"title": "多流输出",
2022-10-07 09:52:08 +00:00
"desc": "同时输出多种颜色模式的图像",
2022-05-21 08:48:24 +00:00
"type": "bool",
"fix-id": 34817,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-21 08:48:24 +00:00
"cur": false,
"default": false
2022-05-21 08:48:24 +00:00
},
"multiout-type": {
"cat": "base",
"group": "base",
2022-05-21 08:48:24 +00:00
"title": "多流输出类型",
2022-10-07 09:52:08 +00:00
"desc": "选择多流输出的类型",
2022-05-21 08:48:24 +00:00
"type": "string",
"fix-id": 34818,
2023-11-13 02:29:02 +00:00
"auth": 0,
"enabled": false,
"size": 66,
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
2022-05-23 08:43:33 +00:00
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend": "is-multiout==true"
2022-05-21 08:48:24 +00:00
},
"mode": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "颜色模式",
2022-10-07 09:52:08 +00:00
"desc": "选择色彩模式",
2022-05-04 03:09:23 +00:00
"type": "string",
"fix-id": 34819,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 24,
2022-05-04 03:09:23 +00:00
"cur": "24位彩色",
"default": "24位彩色",
2022-05-21 08:48:24 +00:00
"range": ["24位彩色", "256级灰度", "黑白", "颜色自动识别"],
"depend": "is-multiout!=true"
2022-05-04 03:09:23 +00:00
},
"binary-threshold": {
"cat": "base",
"group": "base",
2022-06-28 09:20:18 +00:00
"title": "黑白图像阈值",
2022-10-07 09:52:08 +00:00
"desc": "高于该阈值为1低于该阈值为0",
2022-06-28 09:20:18 +00:00
"type": "int",
"fix-id": 34870,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-11 01:01:04 +00:00
"cur": 127,
"default": 127,
2022-06-28 09:20:18 +00:00
"range": {
"min": 0,
2023-02-24 09:45:09 +00:00
"max": 255,
"step": 1
2022-06-28 09:20:18 +00:00
},
"depend": "(multiout-type.enabled&&multiout-type!=彩色+灰度) || (mode.enabled && mode==黑白)"
2022-06-28 09:20:18 +00:00
},
"reverse-bw": {
"cat": "base",
"group": "base",
2022-10-07 09:52:08 +00:00
"title": "黑白图像反色输出",
2022-09-07 07:49:19 +00:00
"desc": "输出的黑白图像以“1”代表黑色“0”代表白色",
"type": "bool",
"fix-id": 34878,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-09-07 07:49:19 +00:00
"cur": false,
"default": false,
"depend": "(multiout-type.enabled&&multiout-type!=彩色+灰度) || (mode.enabled && mode==黑白)"
2022-09-07 07:49:19 +00:00
},
"filter": {
"cat": "base",
"group": "base",
2022-10-07 09:52:08 +00:00
"title": "灰度或黑白图像 - 除色与增强",
"desc": "消除或增强指定色彩",
2022-05-04 03:09:23 +00:00
"type": "string",
"fix-id": 34820,
2023-11-13 02:29:02 +00:00
"auth": 0,
"enabled": false,
"size": 42,
2022-05-04 03:09:23 +00:00
"cur": "不除色",
"default": "不除色",
"range": ["不除色", "除红色", "除绿色", "除蓝色", "红色增强", "绿色增强", "蓝色增强"],
"depend": "mode.enabled && (mode==256级灰度 || mode==黑白)"
2022-05-04 03:09:23 +00:00
},
"is-rid-multiout-red": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "24位彩色图像 - 多流输出除红",
2022-10-07 09:52:08 +00:00
"desc": "同时输出彩色图像和灰度除红图像",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34821,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "mode.enabled && mode==24位彩色"
2022-05-04 03:09:23 +00:00
},
"is-rid-answer-sheet-red": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "24位彩色图像 - 答题卡除红",
2022-10-07 09:52:08 +00:00
"desc": "输出除红彩色图像",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34822,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "mode.enabled && mode==24位彩色"
2022-05-04 03:09:23 +00:00
},
"is-erase-bkg": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "背景移除",
2022-10-07 09:52:08 +00:00
"desc": "移除文稿背景底色",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34823,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "mode.enabled && mode==24位彩色"
2022-05-04 03:09:23 +00:00
},
"bkg-color-range": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": " 背景色彩浮动范围",
2022-10-07 09:52:08 +00:00
"desc": "与背景底色偏差在该值范围内的颜色,都将被移除",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34824,
2023-11-13 02:29:02 +00:00
"auth": 0,
"enabled": false,
"size": 4,
"cur": 20,
"default": 20,
2022-05-04 03:09:23 +00:00
"range": {
"min": 1,
2023-02-24 09:45:09 +00:00
"max": 128,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "is-erase-bkg==true"
2022-05-04 03:09:23 +00:00
},
"sharpen": {
"cat": "base",
"group": "base",
2022-05-12 08:19:08 +00:00
"title": "锐化与模糊",
2022-10-07 09:52:08 +00:00
"desc": "选择锐化效果或模糊效果",
2022-05-12 08:19:08 +00:00
"type": "string",
"fix-id": 34825,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 20,
2022-05-12 08:19:08 +00:00
"cur": "无",
"default": "无",
"range": ["无", "锐化", "进一步锐化", "模糊", "进一步模糊"],
"depend": "mode.enabled&&(mode==24位彩色 || mode==256级灰度)"
2022-05-12 08:19:08 +00:00
},
"is-rid-morr": {
"cat": "base",
"group": "base",
2022-05-12 08:19:08 +00:00
"title": "去除摩尔纹",
2022-10-07 09:52:08 +00:00
"desc": "去除图像中的摩尔纹",
2022-05-12 08:19:08 +00:00
"type": "bool",
"fix-id": 34826,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-12 08:19:08 +00:00
"cur": false,
"default": false,
"depend": "resolution<500&&paper!=三联试卷&&paper!=最大扫描尺寸&&paper!=最大扫描尺寸自动裁切 && mode.enabled&&(mode==24位彩色 || mode==256级灰度)"
2022-05-12 08:19:08 +00:00
},
"is-rid-grid": {
"cat": "base",
"group": "base",
2022-05-12 08:19:08 +00:00
"title": "除网纹",
2022-10-07 09:52:08 +00:00
"desc": "去除图像中的网纹",
2022-05-12 08:19:08 +00:00
"type": "bool",
"fix-id": 34827,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-12 08:19:08 +00:00
"cur": false,
"default": false,
"depend": "resolution<500&&paper!=三联试卷&&paper!=最大扫描尺寸&&paper!=最大扫描尺寸自动裁切 && mode.enabled&&(mode==24位彩色 || mode==256级灰度)"
2022-05-12 08:19:08 +00:00
},
"is-err-extension": {
"cat": "base",
"group": "base",
2022-05-12 08:19:08 +00:00
"title": "错误扩散",
2022-10-07 09:52:08 +00:00
"desc": "以点阵形式构建图像",
2022-05-12 08:19:08 +00:00
"type": "bool",
"fix-id": 34828,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-12 08:19:08 +00:00
"cur": false,
"default": false,
"depend": "mode.enabled&&mode==黑白"
2022-05-12 08:19:08 +00:00
},
"is-noise-optimize": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "黑白图像噪点优化",
2022-10-07 09:52:08 +00:00
"desc": "去除图像中的孤立黑点",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34829,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "mode.enabled&&mode==黑白"
2022-05-04 03:09:23 +00:00
},
"noise-size": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": " 噪点优化尺寸",
2022-10-07 09:52:08 +00:00
"desc": "设置需要去除的黑色孤立点的连通个数",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34830,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2023-06-13 10:21:25 +00:00
"cur": 10,
"default": 10,
2022-05-04 03:09:23 +00:00
"range": {
2023-06-13 10:21:25 +00:00
"min": 1,
2023-02-24 09:45:09 +00:00
"max": 50,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "is-noise-optimize==true"
2022-05-04 03:09:23 +00:00
},
"paper": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "纸张尺寸",
2022-10-07 09:52:08 +00:00
"desc": "设置出图大小",
2022-05-04 03:09:23 +00:00
"type": "string",
"fix-id": 34831,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 44,
2022-05-04 03:09:23 +00:00
"cur": "匹配原始尺寸",
"default": "匹配原始尺寸",
"range": ["A3", "8开", "A4", "16开", "A5", "A6", "B4", "B5", "B6", "Letter", "Double Letter", "LEGAL", "匹配原始尺寸", {
"resolution<500": "最大扫描尺寸自动裁切"
}, {
"resolution<500": "最大扫描尺寸"
}, {
"resolution<500": "三联试卷"
}]
2022-05-04 03:09:23 +00:00
},
"paper-w": {
"cat": "base",
"group": "base",
"title": "纸张宽度",
"desc": "以毫米为单位的纸张宽",
"type": "float",
"fix-id": 34922,
2023-11-13 02:29:02 +00:00
"auth": 0,
"unit": "mm",
"readonly": true,
"visible": 1,
"size": 8,
"auto": false,
"cur": 210.000000,
"default": 210.000000
},
"paper-h": {
"cat": "base",
"group": "base",
"title": "纸张高度",
"desc": "以毫米为单位的纸张高",
"type": "float",
"fix-id": 34923,
2023-11-13 02:29:02 +00:00
"auth": 0,
"unit": "mm",
"readonly": true,
"visible": 1,
"size": 8,
"auto": false,
"cur": 297.000000,
"default": 297.000000
},
"lateral": {
"cat": "base",
"group": "base",
"title": "横向",
"desc": "横向放置纸张",
"type": "bool",
"fix-id": 34924,
2023-11-13 02:29:02 +00:00
"auth": 0,
"affect": 6,
"visible": 0,
"size": 4,
"cur": false,
"default": false,
"depend": "paper==A4 || paper==16开 || paper==A5 || paper==A6 || paper==B5 || paper==B6 || paper==Letter"
},
"is-custom-area": {
"cat": "base",
"group": "base",
2022-05-07 07:32:27 +00:00
"title": "自定义扫描区域",
"desc": "自定义扫描区域",
"type": "bool",
"fix-id": 34832,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-07 07:32:27 +00:00
"cur": false,
"default": false,
"depend": "paper!=匹配原始尺寸&&paper!=三联试卷&&paper!=最大扫描尺寸&&paper!=最大扫描尺寸自动裁切"
2022-05-07 07:32:27 +00:00
},
"tl-x": {
"cat": "base",
"group": "base",
2022-05-07 07:32:27 +00:00
"title": "扫描区域左侧mm",
2022-05-11 06:44:48 +00:00
"desc": "自定义扫描区域左上角x坐标",
"type": "float",
"fix-id": 34833,
2023-11-13 02:29:02 +00:00
"auth": 0,
"unit": "mm",
"size": 8,
2022-05-11 06:44:48 +00:00
"cur": 0.000000,
"default": 0.000000,
"range": {
"min": 0.000000,
"max": "br-x",
2023-10-17 02:41:39 +00:00
"step": 0.010000
2022-05-11 06:44:48 +00:00
},
2023-10-17 02:41:39 +00:00
"depend": "is-custom-area==true && is-custom-area.enabled"
2022-05-07 07:32:27 +00:00
},
"br-x": {
"cat": "base",
"group": "base",
2022-05-07 07:32:27 +00:00
"title": "扫描区域右侧mm",
2022-05-11 06:44:48 +00:00
"desc": "自定义扫描区域右下角x坐标",
"type": "float",
"fix-id": 34834,
2023-11-13 02:29:02 +00:00
"auth": 0,
"unit": "mm",
"size": 8,
2022-05-11 06:44:48 +00:00
"cur": 210.000000,
"default": 210.000000,
"range": {
"min": "tl-x",
"max": "paper-w",
2023-10-17 02:41:39 +00:00
"step": 0.010000
2022-05-11 06:44:48 +00:00
},
2023-10-17 02:41:39 +00:00
"depend": "is-custom-area==true && is-custom-area.enabled"
2022-05-07 07:32:27 +00:00
},
"tl-y": {
"cat": "base",
"group": "base",
2022-05-07 07:32:27 +00:00
"title": "扫描区域上侧mm",
2022-05-11 06:44:48 +00:00
"desc": "自定义扫描区域左上角y坐标",
"type": "float",
"fix-id": 34835,
2023-11-13 02:29:02 +00:00
"auth": 0,
"unit": "mm",
"size": 8,
2022-05-11 06:44:48 +00:00
"cur": 0.000000,
"default": 0.000000,
"range": {
"min": 0.000000,
"max": "br-y",
2023-10-17 02:41:39 +00:00
"step": 0.010000
2022-05-11 06:44:48 +00:00
},
2023-10-17 02:41:39 +00:00
"depend": "is-custom-area==true && is-custom-area.enabled"
2022-05-07 07:32:27 +00:00
},
"br-y": {
"cat": "base",
"group": "base",
2022-05-07 07:32:27 +00:00
"title": "扫描区域下侧mm",
2022-05-11 06:44:48 +00:00
"desc": "自定义扫描区域右下角y坐标",
"type": "float",
"fix-id": 34836,
2023-11-13 02:29:02 +00:00
"auth": 0,
"unit": "mm",
"size": 8,
2022-05-11 06:44:48 +00:00
"cur": 297.000000,
"default": 297.000000,
"range": {
"min": "tl-y",
"max": "paper-h",
2023-10-17 02:41:39 +00:00
"step": 0.010000
2022-05-11 06:44:48 +00:00
},
2023-10-17 02:41:39 +00:00
"depend": "is-custom-area==true && is-custom-area.enabled"
2022-05-07 07:32:27 +00:00
},
"is-size-check": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "尺寸检测",
2022-10-07 09:52:08 +00:00
"desc": "检测纸张实际尺寸与设置是否匹配",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34837,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "paper==A3||paper==A4||paper==A5||paper==A6||paper==B4||paper==B5||paper==B6||paper==Double Letter||paper==LEGAL||paper==Letter"
2022-05-04 03:09:23 +00:00
},
"page": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "扫描页面",
"desc": "设置页面扫描方式",
"type": "string",
"fix-id": 34838,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 12,
2022-05-04 03:09:23 +00:00
"cur": "双面",
"default": "双面",
"range": ["正面", "背面", "双面", "对折"]
2022-05-04 03:09:23 +00:00
},
2023-08-16 07:32:58 +00:00
"discardblank": {
"cat": "base",
"group": "base",
"title": "跳过空白页",
"desc": "",
"type": "bool",
"fix-id": 34919,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2023-08-16 07:32:58 +00:00
"cur": false,
"default": false
2023-08-16 07:32:58 +00:00
},
"blank-sensitivity": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": " 跳过空白页灵敏度",
2022-10-07 09:52:08 +00:00
"desc": "数值越大,则越容易跳过",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34839,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
"cur": 30,
"default": 30,
2022-05-04 03:09:23 +00:00
"range": {
"min": 1,
2023-02-24 09:45:09 +00:00
"max": 100,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "discardblank==true"
2022-05-04 03:09:23 +00:00
},
"fold-type": {
"cat": "base",
"group": "base",
2022-10-28 10:41:17 +00:00
"title": "对折模式",
"desc": "",
"type": "string",
"fix-id": 34887,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 16,
2022-10-28 10:41:17 +00:00
"cur": "左右对折",
"default": "左右对折",
"range": ["左右对折", "上下对折", "自动对折"],
"depend": "page==对折"
2022-10-28 10:41:17 +00:00
},
"resolution": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "分辨率",
2022-10-07 09:52:08 +00:00
"desc": "设置扫描图像的分辨率",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34840,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 200,
"default": 200,
2022-10-28 10:41:17 +00:00
"range": {
2023-02-24 09:45:09 +00:00
"min": 100,
"max": {
"default": 600,
"paper==最大扫描尺寸自动裁切 || paper==最大扫描尺寸 || paper==三联试卷": 500
},
2023-02-24 09:45:09 +00:00
"step": 1
2022-10-28 10:41:17 +00:00
}
2022-05-04 03:09:23 +00:00
},
"image-quality": {
"cat": "base",
"group": "base",
2022-05-09 11:44:00 +00:00
"title": "画质",
2022-10-07 09:52:08 +00:00
"desc": "选择扫描仪的画质模式",
2022-05-09 11:44:00 +00:00
"type": "string",
"fix-id": 34841,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 16,
2023-03-17 14:32:58 +00:00
"cur": "画质优先",
"default": "画质优先",
2022-08-08 10:17:15 +00:00
"range": ["速度优先", "画质优先"],
"depend": "resolution>=300"
2022-05-09 11:44:00 +00:00
},
"is-exchange": {
"cat": "base",
"group": "base",
2022-05-04 03:09:23 +00:00
"title": "交换正反面",
2022-10-07 09:52:08 +00:00
"desc": "交换每张文稿的正反面出图顺序",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34842,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "page==双面"
2022-05-04 03:09:23 +00:00
},
"is-custom-gamma": {
"cat": "base",
"group": "bright",
2022-05-07 07:32:27 +00:00
"title": "启用色调曲线",
2022-10-07 09:52:08 +00:00
"desc": "自定义图像色调效果",
2022-05-07 07:32:27 +00:00
"type": "bool",
"fix-id": 34845,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-07 07:32:27 +00:00
"cur": false,
"default": false
2022-05-07 07:32:27 +00:00
},
"brightness": {
"cat": "base",
"group": "bright",
"title": "亮度值",
2022-10-07 09:52:08 +00:00
"desc": "调整图像亮度",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34846,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 128,
"default": 128,
"range": {
"min": 1,
2023-02-24 09:45:09 +00:00
"max": 255,
"step": 1
2022-07-05 07:12:51 +00:00
},
"depend": "is-custom-gamma==false"
2022-05-04 03:09:23 +00:00
},
"contrast": {
"cat": "base",
"group": "bright",
2022-05-04 03:09:23 +00:00
"title": "对比度",
2022-10-07 09:52:08 +00:00
"desc": "调整图像对比度",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34847,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 4,
"default": 4,
"range": {
"min": 1,
2023-02-24 09:45:09 +00:00
"max": 7,
"step": 1
2022-07-05 07:12:51 +00:00
},
"depend": "is-custom-gamma==false"
2022-05-04 03:09:23 +00:00
},
"gamma": {
"cat": "base",
"group": "bright",
"title": "伽马值",
2022-10-07 09:52:08 +00:00
"desc": "调整图像伽玛值",
2022-05-04 03:09:23 +00:00
"type": "float",
"fix-id": 34848,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 8,
2022-05-04 03:09:23 +00:00
"cur": 1.000000,
"default": 1.000000,
"range": {
"min": 0.010000,
2023-02-24 09:45:09 +00:00
"max": 5.000000,
"step": 0.499000
2022-07-05 07:12:51 +00:00
},
"depend": "is-custom-gamma==false"
2022-05-04 03:09:23 +00:00
},
2023-03-17 08:43:53 +00:00
"color-correction": {
"cat": "base",
"group": "imgp",
2023-02-24 09:45:09 +00:00
"title": "色偏校正",
"desc": "色彩还原度矫正功能",
"type": "bool",
"fix-id": 34888,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2023-02-24 09:45:09 +00:00
"cur": false,
"default": false,
"depend": "fmw-ver.mid(4,2)>=3C"
2023-02-24 09:45:09 +00:00
},
"is-anti-skew": {
"cat": "base",
"group": "imgp",
2022-10-07 09:52:08 +00:00
"title": "自动纠偏",
"desc": "自动纠正歪斜送入的文稿图像",
"type": "bool",
"fix-id": 34844,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": true,
"default": true,
"depend": "page!=对折"
2022-10-07 09:52:08 +00:00
},
"is-split": {
"cat": "base",
"group": "imgp",
2022-10-07 09:52:08 +00:00
"title": "图像拆分",
"desc": "自动拆分图像",
"type": "bool",
"fix-id": 34843,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": false,
"default": false,
"depend": "page!=对折"
2022-10-07 09:52:08 +00:00
},
"is-erase-black-frame": {
"cat": "base",
"group": "imgp",
2022-05-04 03:09:23 +00:00
"title": "消除黑框",
2022-10-07 09:52:08 +00:00
"desc": "消除文稿范围外的黑色背景",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34849,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": true,
"default": true
2022-05-04 03:09:23 +00:00
},
"bkg-fill-mode": {
"cat": "base",
"group": "imgp",
2022-10-07 09:52:08 +00:00
"title": "背景填充方式",
"desc": "选择背景填充方式",
"type": "string",
"fix-id": 34854,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 16,
2022-10-07 09:52:08 +00:00
"cur": "凸多边形",
"default": "凸多边形",
"range": ["凸多边形", "凹多边形"],
"depend": "is-erase-black-frame==true"
2022-10-07 09:52:08 +00:00
},
"is-fill-color": {
"cat": "base",
"group": "imgp",
2022-10-07 09:52:08 +00:00
"title": "色彩填充",
"desc": "启用后黑框部分将填充为文稿底色",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34859,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "is-erase-black-frame==true"
2022-05-04 03:09:23 +00:00
},
"threshold": {
"cat": "base",
"group": "imgp",
2022-05-04 03:09:23 +00:00
"title": "阈值",
2022-10-07 09:52:08 +00:00
"desc": "文稿底色与黑色背景灰度值的差值大于该值,才会被识别为文稿",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34851,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 40,
"default": 40,
"range": {
"min": 30,
2023-02-24 09:45:09 +00:00
"max": 50,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "is-erase-black-frame==true||paper==匹配原始尺寸||paper==最大扫描尺寸||paper==最大扫描尺寸自动裁切||is-anti-skew==true"
2022-05-04 03:09:23 +00:00
},
"anti-noise-level": {
"cat": "base",
"group": "imgp",
2022-05-04 03:09:23 +00:00
"title": "背景抗噪等级",
2022-10-07 09:52:08 +00:00
"desc": "能够容忍的背景杂色条纹的宽度",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34852,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 8,
"default": 8,
"range": {
2023-03-17 09:07:41 +00:00
"min": 2,
2023-02-24 09:45:09 +00:00
"max": 20,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "is-erase-black-frame==true||paper==匹配原始尺寸||paper==最大扫描尺寸||paper==最大扫描尺寸自动裁切||is-anti-skew==true"
2022-05-04 03:09:23 +00:00
},
"margin": {
"cat": "base",
"group": "imgp",
2022-05-04 03:09:23 +00:00
"title": "边缘缩进",
2022-10-07 09:52:08 +00:00
"desc": "寻找文稿边缘时对边缘的侵入程度",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34853,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 5,
"default": 5,
"range": {
2023-07-04 06:48:29 +00:00
"min": 2,
2023-02-24 09:45:09 +00:00
"max": 30,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "is-erase-black-frame==true||paper==匹配原始尺寸||paper==最大扫描尺寸||paper==最大扫描尺寸自动裁切||is-anti-skew==true"
2022-05-04 03:09:23 +00:00
},
"is-dark-sample": {
"cat": "base",
"group": "imgp",
2022-10-07 09:52:08 +00:00
"title": "深色样张",
"desc": "启用该模式防止深色底色的文稿图像被误处理",
"type": "bool",
"fix-id": 34850,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": false,
"default": false,
"depend": "page!=对折&&is-erase-black-frame!=true&&paper!=匹配原始尺寸&&paper!=最大扫描尺寸&&paper!=最大扫描尺寸自动裁切&&is-anti-skew!=true"
2022-10-07 09:52:08 +00:00
},
"is-anti-permeate": {
"cat": "base",
"group": "imgp",
2022-05-04 03:09:23 +00:00
"title": "防止渗透",
2022-10-07 09:52:08 +00:00
"desc": "防止背面图案渗透",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34855,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false
2022-05-04 03:09:23 +00:00
},
"permeate-level": {
"cat": "base",
"group": "imgp",
2022-05-04 03:09:23 +00:00
"title": " 防止渗透等级",
2022-10-07 09:52:08 +00:00
"desc": "选择防止渗透的等级",
2022-05-04 03:09:23 +00:00
"type": "string",
"fix-id": 34856,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 12,
2022-05-04 03:09:23 +00:00
"cur": "较弱",
"default": "较弱",
2022-05-20 07:19:07 +00:00
"range": ["弱", "较弱", "一般", "较强", "强"],
"depend": "is-anti-permeate==true"
2022-05-04 03:09:23 +00:00
},
"is-wait-scan": {
"cat": "base",
"group": "feeder",
2022-08-11 09:34:48 +00:00
"title": "待纸扫描",
2022-10-07 09:52:08 +00:00
"desc": "启用后,文稿放入扫描仪时将自动启动扫描",
2022-08-11 09:34:48 +00:00
"type": "bool",
"fix-id": 34873,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-08-11 09:34:48 +00:00
"cur": false,
"default": false
2022-08-11 09:34:48 +00:00
},
2023-03-17 09:07:41 +00:00
"wait-scan-exit": {
"cat": "base",
"group": "feeder",
2023-03-17 08:43:53 +00:00
"title": "待纸扫描退出时间",
2023-03-15 10:36:54 +00:00
"desc": "设置结束待纸扫描的时间",
2023-03-17 08:43:53 +00:00
"type": "string",
"fix-id": 34920,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 16,
2023-03-17 08:43:53 +00:00
"cur": "60s",
"default": "60s",
"range": ["15s", "30s", "60s", "2min", "4min", "8min"],
"depend": "is-wait-scan==true"
2023-03-15 10:36:54 +00:00
},
"scan-mode": {
"cat": "base",
"group": "feeder",
2022-05-04 03:09:23 +00:00
"title": "扫描张数",
2022-10-07 09:52:08 +00:00
"desc": "选择指定数量扫描或连续扫描",
2022-05-04 03:09:23 +00:00
"type": "string",
"fix-id": 34862,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 24,
2022-05-04 03:09:23 +00:00
"cur": "连续扫描",
"default": "连续扫描",
2022-11-26 09:54:15 +00:00
"range": ["连续扫描", "扫描指定张数"],
"depend": "is-wait-scan==false"
2022-05-04 03:09:23 +00:00
},
"scan-count": {
"cat": "base",
"group": "feeder",
2022-05-04 03:09:23 +00:00
"title": " 扫描数量",
"desc": "扫描指定数量",
"type": "int",
"fix-id": 34863,
2023-11-13 02:29:02 +00:00
"auth": 0,
2022-05-04 03:09:23 +00:00
"size": 4,
"cur": -1,
"default": -1,
"depend": "scan-mode.enabled&&scan-mode==扫描指定张数"
2022-05-04 03:09:23 +00:00
},
"direction": {
"cat": "base",
"group": "feeder",
2022-05-04 03:09:23 +00:00
"title": "文稿方向",
2022-10-07 09:52:08 +00:00
"desc": "设置图像的方向",
2022-05-04 03:09:23 +00:00
"type": "string",
"fix-id": 34864,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 32,
2022-05-04 03:09:23 +00:00
"cur": "0°",
"default": "0°",
2022-05-12 08:19:08 +00:00
"range": ["0°", "90°", "180°", "-90°", "自动文本方向识别°"]
2022-05-04 03:09:23 +00:00
},
"is-rotate-bkg-180": {
"cat": "base",
"group": "feeder",
2022-05-04 03:09:23 +00:00
"title": "背面旋转180°",
"desc": "背面扫描的图像旋转180°",
"type": "bool",
"fix-id": 34865,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": false,
"default": false,
"depend": "page!=对折&&direction!=自动文本方向识别°"
2022-05-04 03:09:23 +00:00
},
"is-ultrosonic": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": "超声波检测",
"desc": "检测是否出现双张送入",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34860,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": true,
"default": true
2022-05-04 03:09:23 +00:00
},
"double-feed": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": "双张图片处理",
"desc": "检测到双张进纸后的处理方式",
"type": "string",
"fix-id": 34872,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 32,
2022-10-07 09:52:08 +00:00
"cur": "丢弃图像并停止扫描",
"default": "丢弃图像并停止扫描",
"range": ["丢弃图像并停止扫描", "上传图像并停止扫描"],
"depend": "is-ultrosonic==true"
2022-05-04 03:09:23 +00:00
},
"is-staple": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": "装订检测",
"desc": "检测是否出现粘连送入",
"type": "bool",
"fix-id": 34861,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": false,
"default": false
2022-10-07 09:52:08 +00:00
},
"is-check-askew": {
"cat": "base",
"group": "feeder",
2022-05-04 03:09:23 +00:00
"title": "歪斜检测",
2022-10-07 09:52:08 +00:00
"desc": "检测是否出现歪斜送入",
2022-05-04 03:09:23 +00:00
"type": "bool",
"fix-id": 34868,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": true,
"default": true
2022-05-04 03:09:23 +00:00
},
"askew-range": {
"cat": "base",
"group": "feeder",
"title": "歪斜容忍度",
2022-10-07 09:52:08 +00:00
"desc": "值越小,能容忍得送入文稿歪斜角度越小",
2022-05-04 03:09:23 +00:00
"type": "int",
"fix-id": 34869,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-05-04 03:09:23 +00:00
"cur": 3,
"default": 3,
"range": {
"min": 1,
2023-02-24 09:45:09 +00:00
"max": 5,
"step": 1
2022-05-04 03:09:23 +00:00
},
"depend": "is-check-askew==true"
2022-10-07 09:52:08 +00:00
},
"is-check-dog-ear": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": "折角检测",
"desc": "检测文稿是否存在折角",
"type": "bool",
"fix-id": 34866,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": false,
"default": false
2022-10-07 09:52:08 +00:00
},
"dog-ear-size": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": " 折角大小",
"desc": "值越小,能检测到的折角越小",
"type": "int",
"fix-id": 34867,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-10-07 09:52:08 +00:00
"cur": 70,
"default": 70,
"range": {
2023-06-13 10:21:25 +00:00
"min": 10,
"max": 300,
2023-02-24 09:45:09 +00:00
"step": 1
2022-10-07 09:52:08 +00:00
},
"depend": "is-check-dog-ear==true"
2022-07-26 01:08:22 +00:00
},
"is-auto-strength": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": "自动分纸强度",
"desc": "扫描仪自动修正分纸力度",
2022-08-09 07:57:24 +00:00
"type": "bool",
"fix-id": 34876,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 4,
2022-08-09 07:57:24 +00:00
"cur": false,
"default": false
2022-08-09 07:57:24 +00:00
},
"feed-strength-value": {
"cat": "base",
"group": "feeder",
2022-10-07 09:52:08 +00:00
"title": " 进纸失败率",
"desc": "高于该值时扫描仪将调整分纸力度",
2022-08-09 07:57:24 +00:00
"type": "float",
"fix-id": 34877,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 8,
2022-08-09 07:57:24 +00:00
"cur": 0.100000,
"default": 0.100000,
"range": {
"min": 0.100000,
2023-02-24 09:45:09 +00:00
"max": 0.900000,
"step": 0.080000
2022-08-09 07:57:24 +00:00
},
"depend": "is-auto-strength==true"
},
"feed-strength": {
"cat": "base",
"group": "feeder",
"title": "分纸强度",
"desc": "设置扫描仪的分纸力度",
"type": "string",
"fix-id": 34874,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 12,
"cur": "一般",
"default": "一般",
"range": ["弱", "一般", "强"],
"depend": "is-auto-strength!=true"
},
"time-to-sleep": {
"cat": "base",
"group": "feeder",
"title": "休眠时间",
"desc": "设置扫描仪的休眠时间",
"type": "string",
"fix-id": 34875,
2023-11-13 02:29:02 +00:00
"auth": 0,
"size": 16,
"cur": "不休眠",
"default": "不休眠",
"range": ["不休眠", "五分钟", "十分钟", "半小时", "一小时", "两小时", "四小时"]
},
"total-cnt": {
"cat": "base",
"group": "关于",
"title": "历史滚轴计数",
"desc": "扫描仪使用以来扫描纸张总数",
"type": "int",
"fix-id": 34889,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 4,
"auto": false,
"ownread": true,
"cur": 0,
"default": 0
},
"dev-vid": {
"cat": "base",
"group": "关于",
"title": "USB-VID",
"desc": "设备制造商在USB组织的ID",
"type": "int",
"fix-id": 34898,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 4,
"auto": false,
"cur": 0,
"default": 0
},
"dev-pid": {
"cat": "base",
"group": "关于",
"title": "USB-PID",
"desc": "设备在USB组织中的产品ID",
"type": "int",
"fix-id": 34899,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 4,
"auto": false,
"cur": 0,
"default": 0
},
"dev-name": {
"cat": "base",
"group": "关于",
"title": "设备名称",
"desc": "设备名称",
"type": "string",
"fix-id": 34900,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 96,
"auto": false,
"cur": "0",
"default": "0"
},
"dev-model": {
"cat": "base",
"group": "关于",
"title": "产品系列",
"desc": "设备所属产品系列名称",
"type": "string",
"fix-id": 34901,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 96,
"auto": false,
"cur": "0",
"default": "0"
},
"dev-sn": {
"cat": "base",
"group": "关于",
"title": "序列号",
"desc": "设备序列号",
"type": "string",
"fix-id": 34902,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 96,
"auto": false,
"ownread": true,
"cur": "0",
"default": "0"
},
"fmw-ver": {
"cat": "base",
"group": "关于",
"title": "固件版本",
"desc": "设备固件版本号",
"type": "string",
"fix-id": 34903,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 96,
"auto": false,
"ownread": true,
"cur": "G2393B0500",
"default": "G2393B0500"
},
"ip-addr": {
"cat": "base",
"group": "关于",
"title": "IP",
"desc": "设备联网时所分配的IP地址",
"type": "string",
"fix-id": 34904,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 96,
"auto": false,
"ownread": true,
"cur": "0",
"default": "0"
},
"mac-addr": {
"cat": "base",
"group": "关于",
"title": "MAC",
"desc": "设备网卡地址",
"type": "string",
"fix-id": 34905,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 96,
"auto": false,
"ownread": true,
"cur": "0",
"default": "0"
},
"roller-life": {
"cat": "base",
"group": "关于",
"title": "滚轴寿命",
"desc": "该设备滚轴过纸的最大张数",
"type": "int",
"fix-id": 34907,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 4,
"auto": false,
"cur": 0,
"default": 0
},
"paper-on": {
"cat": "base",
"group": "只读属性",
"title": "有纸",
"desc": "设备上是否有纸",
"type": "bool",
"fix-id": 34912,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 4,
"auto": false,
"ownread": true,
"cur": false,
"default": false
},
"roll-cnt": {
"cat": "base",
"group": "用户",
"title": "滚轴计数",
"desc": "当前滚轴已经过纸张数",
"type": "int",
"fix-id": 39170,
2023-11-13 02:29:02 +00:00
"auth": 0,
"readonly": true,
"size": 4,
"auto": false,
"ownread": true,
"cur": 0,
"default": 0
},
"devs-log": {
"cat": "base",
"group": "用户",
"title": "设备日志",
"desc": "设备工作日志",
"type": "string",
"fix-id": 39172,
2023-11-13 02:29:02 +00:00
"auth": 0,
"visible": 1,
"size": 256,
"auto": false,
"ownread": true,
"cur": "0",
"default": "0"
2022-05-04 03:09:23 +00:00
}
}