调整折角范围和黑白图像

This commit is contained in:
13038267101 2023-06-13 18:21:25 +08:00
parent 5bd4b02895
commit 5c8276d78d
8 changed files with 961 additions and 52 deletions

View File

@ -5,6 +5,13 @@
}, },
"restore": { "restore": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "恢复默认设置", "title": "恢复默认设置",
"desc": "恢复默认设置", "desc": "恢复默认设置",
"type": "button", "type": "button",
@ -14,6 +21,13 @@
}, },
"help": { "help": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "帮助", "title": "帮助",
"desc": "显示软件帮助文档", "desc": "显示软件帮助文档",
"type": "button", "type": "button",
@ -24,10 +38,24 @@
"grp-1": { "grp-1": {
"category": "base", "category": "base",
"title": "基本设置", "title": "基本设置",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"is-multiout": { "is-multiout": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "多流输出", "title": "多流输出",
"desc": "同时输出多种颜色模式的图像", "desc": "同时输出多种颜色模式的图像",
"type": "bool", "type": "bool",
@ -37,6 +65,13 @@
}, },
"multiout-type": { "multiout-type": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "多流输出类型", "title": "多流输出类型",
"desc": "选择多流输出的类型", "desc": "选择多流输出的类型",
"type": "string", "type": "string",
@ -48,6 +83,13 @@
}, },
"mode": { "mode": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "颜色模式", "title": "颜色模式",
"desc": "选择色彩模式", "desc": "选择色彩模式",
"type": "string", "type": "string",
@ -59,6 +101,13 @@
}, },
"binary-threshold": { "binary-threshold": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像阈值", "title": "黑白图像阈值",
"desc": "高于该阈值为1低于该阈值为0", "desc": "高于该阈值为1低于该阈值为0",
"type": "int", "type": "int",
@ -67,12 +116,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 255 "max": 255,
"step": 1
}, },
"depend_or": ["is-multiout==true", "mode==黑白"] "depend_or": ["is-multiout==true", "mode==黑白"]
}, },
"reverse-bw": { "reverse-bw": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像反色输出", "title": "黑白图像反色输出",
"desc": "输出的黑白图像以“1”代表黑色“0”代表白色", "desc": "输出的黑白图像以“1”代表黑色“0”代表白色",
"type": "bool", "type": "bool",
@ -83,6 +140,13 @@
}, },
"filter": { "filter": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "灰度或黑白图像 - 除色与增强", "title": "灰度或黑白图像 - 除色与增强",
"desc": "消除或增强指定色彩", "desc": "消除或增强指定色彩",
"type": "string", "type": "string",
@ -94,6 +158,13 @@
}, },
"is-rid-multiout-red": { "is-rid-multiout-red": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "24位彩色图像 - 多流输出除红", "title": "24位彩色图像 - 多流输出除红",
"desc": "同时输出彩色图像和灰度除红图像", "desc": "同时输出彩色图像和灰度除红图像",
"type": "bool", "type": "bool",
@ -104,6 +175,13 @@
}, },
"is-rid-answer-sheet-red": { "is-rid-answer-sheet-red": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "24位彩色图像 - 答题卡除红", "title": "24位彩色图像 - 答题卡除红",
"desc": "输出除红彩色图像", "desc": "输出除红彩色图像",
"type": "bool", "type": "bool",
@ -114,6 +192,13 @@
}, },
"is-erase-bkg": { "is-erase-bkg": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景移除", "title": "背景移除",
"desc": "移除文稿背景底色", "desc": "移除文稿背景底色",
"type": "bool", "type": "bool",
@ -124,6 +209,13 @@
}, },
"bkg-color-range": { "bkg-color-range": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 背景色彩浮动范围", "title": " 背景色彩浮动范围",
"desc": "与背景底色偏差在该值范围内的颜色,都将被移除", "desc": "与背景底色偏差在该值范围内的颜色,都将被移除",
"type": "int", "type": "int",
@ -132,12 +224,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 128 "max": 128,
"step": 1
}, },
"depend_or": ["is-erase-bkg==true"] "depend_or": ["is-erase-bkg==true"]
}, },
"sharpen": { "sharpen": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "锐化与模糊", "title": "锐化与模糊",
"desc": "选择锐化效果或模糊效果", "desc": "选择锐化效果或模糊效果",
"type": "string", "type": "string",
@ -149,6 +249,13 @@
}, },
"is-rid-morr": { "is-rid-morr": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "去除摩尔纹", "title": "去除摩尔纹",
"desc": "去除图像中的摩尔纹", "desc": "去除图像中的摩尔纹",
"type": "bool", "type": "bool",
@ -159,6 +266,13 @@
}, },
"is-rid-grid": { "is-rid-grid": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "除网纹", "title": "除网纹",
"desc": "去除图像中的网纹", "desc": "去除图像中的网纹",
"type": "bool", "type": "bool",
@ -169,6 +283,13 @@
}, },
"is-err-extension": { "is-err-extension": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "错误扩散", "title": "错误扩散",
"desc": "以点阵形式构建图像", "desc": "以点阵形式构建图像",
"type": "bool", "type": "bool",
@ -179,6 +300,13 @@
}, },
"is-noise-optimize": { "is-noise-optimize": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像噪点优化", "title": "黑白图像噪点优化",
"desc": "去除图像中的孤立黑点", "desc": "去除图像中的孤立黑点",
"type": "bool", "type": "bool",
@ -189,20 +317,35 @@
}, },
"noise-size": { "noise-size": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 50 "max": 50,
"step": 1
}, },
"depend_or": ["is-noise-optimize==true"] "depend_or": ["is-noise-optimize==true"]
}, },
"paper": { "paper": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "纸张尺寸", "title": "纸张尺寸",
"desc": "设置出图大小", "desc": "设置出图大小",
"type": "string", "type": "string",
@ -213,6 +356,13 @@
}, },
"is-custom-area": { "is-custom-area": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "自定义扫描区域", "title": "自定义扫描区域",
"desc": "自定义扫描区域", "desc": "自定义扫描区域",
"type": "bool", "type": "bool",
@ -223,6 +373,13 @@
}, },
"tl-x": { "tl-x": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域左侧mm", "title": "扫描区域左侧mm",
"desc": "自定义扫描区域左上角x坐标", "desc": "自定义扫描区域左上角x坐标",
"type": "float", "type": "float",
@ -231,12 +388,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 210.000000 "max": 210.000000,
"step": 21.000000
}, },
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"br-x": { "br-x": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域右侧mm", "title": "扫描区域右侧mm",
"desc": "自定义扫描区域右下角x坐标", "desc": "自定义扫描区域右下角x坐标",
"type": "float", "type": "float",
@ -245,12 +410,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 210.000000 "max": 210.000000,
"step": 21.000000
}, },
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"tl-y": { "tl-y": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域上侧mm", "title": "扫描区域上侧mm",
"desc": "自定义扫描区域左上角y坐标", "desc": "自定义扫描区域左上角y坐标",
"type": "float", "type": "float",
@ -259,12 +432,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 297.000000 "max": 297.000000,
"step": 29.700000
}, },
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"br-y": { "br-y": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域下侧mm", "title": "扫描区域下侧mm",
"desc": "自定义扫描区域右下角y坐标", "desc": "自定义扫描区域右下角y坐标",
"type": "float", "type": "float",
@ -273,12 +454,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 297.000000 "max": 297.000000,
"step": 29.700000
}, },
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"page": { "page": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描页面", "title": "扫描页面",
"desc": "设置页面扫描方式", "desc": "设置页面扫描方式",
"type": "string", "type": "string",
@ -289,6 +478,13 @@
}, },
"blank-sensitivity": { "blank-sensitivity": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 跳过空白页灵敏度", "title": " 跳过空白页灵敏度",
"desc": "数值越大,则越容易跳过", "desc": "数值越大,则越容易跳过",
"type": "int", "type": "int",
@ -297,12 +493,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 100 "max": 100,
"step": 1
}, },
"depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"] "depend_or": ["page==跳过空白页(通用)", "==跳过空白页(发票纸)"]
}, },
"fold-type": { "fold-type": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "对折模式", "title": "对折模式",
"desc": "", "desc": "",
"type": "string", "type": "string",
@ -314,6 +518,13 @@
}, },
"resolution": { "resolution": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "分辨率", "title": "分辨率",
"desc": "设置扫描图像的分辨率", "desc": "设置扫描图像的分辨率",
"type": "int", "type": "int",
@ -322,11 +533,19 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 600 "max": 600,
"step": 1
} }
}, },
"is-exchange": { "is-exchange": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "交换正反面", "title": "交换正反面",
"desc": "交换每张文稿的正反面出图顺序", "desc": "交换每张文稿的正反面出图顺序",
"type": "bool", "type": "bool",
@ -338,10 +557,24 @@
"grp-2": { "grp-2": {
"category": "base", "category": "base",
"title": "亮度", "title": "亮度",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"is-custom-gamma": { "is-custom-gamma": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "启用色调曲线", "title": "启用色调曲线",
"desc": "自定义图像色调效果", "desc": "自定义图像色调效果",
"type": "bool", "type": "bool",
@ -351,6 +584,13 @@
}, },
"brightness": { "brightness": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "亮度值", "title": "亮度值",
"desc": "调整图像亮度", "desc": "调整图像亮度",
"type": "int", "type": "int",
@ -359,12 +599,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 255 "max": 255,
"step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_and": ["is-custom-gamma==false"]
}, },
"contrast": { "contrast": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "对比度", "title": "对比度",
"desc": "调整图像对比度", "desc": "调整图像对比度",
"type": "int", "type": "int",
@ -373,12 +621,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 7 "max": 7,
"step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_and": ["is-custom-gamma==false"]
}, },
"gamma": { "gamma": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "伽马值", "title": "伽马值",
"desc": "调整图像伽玛值", "desc": "调整图像伽玛值",
"type": "float", "type": "float",
@ -387,17 +643,32 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.010000, "min": 0.010000,
"max": 5.000000 "max": 5.000000,
"step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_and": ["is-custom-gamma==false"]
}, },
"grp-3": { "grp-3": {
"category": "base", "category": "base",
"title": "图像处理", "title": "图像处理",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"is-anti-skew": { "is-anti-skew": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "自动纠偏", "title": "自动纠偏",
"desc": "自动纠正歪斜送入的文稿图像", "desc": "自动纠正歪斜送入的文稿图像",
"type": "bool", "type": "bool",
@ -408,6 +679,13 @@
}, },
"is-split": { "is-split": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "图像拆分", "title": "图像拆分",
"desc": "自动拆分图像", "desc": "自动拆分图像",
"type": "bool", "type": "bool",
@ -418,6 +696,13 @@
}, },
"is-erase-black-frame": { "is-erase-black-frame": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "消除黑框", "title": "消除黑框",
"desc": "消除文稿范围外的黑色背景", "desc": "消除文稿范围外的黑色背景",
"type": "bool", "type": "bool",
@ -427,6 +712,13 @@
}, },
"bkg-fill-mode": { "bkg-fill-mode": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景填充方式", "title": "背景填充方式",
"desc": "选择背景填充方式", "desc": "选择背景填充方式",
"type": "string", "type": "string",
@ -438,6 +730,13 @@
}, },
"is-fill-color": { "is-fill-color": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色彩填充", "title": "色彩填充",
"desc": "启用后黑框部分将填充为文稿底色", "desc": "启用后黑框部分将填充为文稿底色",
"type": "bool", "type": "bool",
@ -448,6 +747,13 @@
}, },
"threshold": { "threshold": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "阈值", "title": "阈值",
"desc": "文稿底色与黑色背景灰度值的差值大于该值,才会被识别为文稿", "desc": "文稿底色与黑色背景灰度值的差值大于该值,才会被识别为文稿",
"type": "int", "type": "int",
@ -456,12 +762,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 30, "min": 30,
"max": 50 "max": 50,
"step": 1
}, },
"depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸", "==最大扫描尺寸自动裁切", "is-anti-skew==true"] "depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸", "==最大扫描尺寸自动裁切", "is-anti-skew==true"]
}, },
"anti-noise-level": { "anti-noise-level": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景抗噪等级", "title": "背景抗噪等级",
"desc": "能够容忍的背景杂色条纹的宽度", "desc": "能够容忍的背景杂色条纹的宽度",
"type": "int", "type": "int",
@ -470,12 +784,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 20 "max": 20,
"step": 1
}, },
"depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸", "==最大扫描尺寸自动裁切", "is-anti-skew==true"] "depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸", "==最大扫描尺寸自动裁切", "is-anti-skew==true"]
}, },
"margin": { "margin": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "边缘缩进", "title": "边缘缩进",
"desc": "寻找文稿边缘时对边缘的侵入程度", "desc": "寻找文稿边缘时对边缘的侵入程度",
"type": "int", "type": "int",
@ -484,12 +806,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 5, "min": 5,
"max": 30 "max": 30,
"step": 1
}, },
"depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸自动裁切", "==最大扫描尺寸", "is-anti-skew==true"] "depend_or": ["is-erase-black-frame==true", "paper==匹配原始尺寸", "==最大扫描尺寸自动裁切", "==最大扫描尺寸", "is-anti-skew==true"]
}, },
"is-dark-sample": { "is-dark-sample": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "深色样张", "title": "深色样张",
"desc": "启用该模式防止深色底色的文稿图像被误处理", "desc": "启用该模式防止深色底色的文稿图像被误处理",
"type": "bool", "type": "bool",
@ -500,6 +830,13 @@
}, },
"is-anti-permeate": { "is-anti-permeate": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "防止渗透", "title": "防止渗透",
"desc": "防止背面图案渗透", "desc": "防止背面图案渗透",
"type": "bool", "type": "bool",
@ -509,6 +846,13 @@
}, },
"permeate-level": { "permeate-level": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 防止渗透等级", "title": " 防止渗透等级",
"desc": "选择防止渗透的等级", "desc": "选择防止渗透的等级",
"type": "string", "type": "string",
@ -520,6 +864,13 @@
}, },
"is-rid-hole-l": { "is-rid-hole-l": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—左侧", "title": "穿孔移除—左侧",
"desc": "穿孔在纸张上的左侧", "desc": "穿孔在纸张上的左侧",
"type": "bool", "type": "bool",
@ -529,6 +880,13 @@
}, },
"search-hole-range-l": { "search-hole-range-l": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 左侧穿孔搜索范围占幅面比例", "title": " 左侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -537,12 +895,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 0.500000 "max": 0.500000,
"step": 0.050000
}, },
"depend_or": ["is-rid-hole-l==true"] "depend_or": ["is-rid-hole-l==true"]
}, },
"is-rid-hole-r": { "is-rid-hole-r": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—右侧", "title": "穿孔移除—右侧",
"desc": "穿孔在纸张上的右侧", "desc": "穿孔在纸张上的右侧",
"type": "bool", "type": "bool",
@ -552,6 +918,13 @@
}, },
"search-hole-range-r": { "search-hole-range-r": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 右侧穿孔搜索范围占幅面比例", "title": " 右侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -560,12 +933,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 0.500000 "max": 0.500000,
"step": 0.050000
}, },
"depend_or": ["is-rid-hole-r==true"] "depend_or": ["is-rid-hole-r==true"]
}, },
"is-rid-hole-t": { "is-rid-hole-t": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—上侧", "title": "穿孔移除—上侧",
"desc": "穿孔在纸张的上部", "desc": "穿孔在纸张的上部",
"type": "bool", "type": "bool",
@ -575,6 +956,13 @@
}, },
"search-hole-range-t": { "search-hole-range-t": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 上侧穿孔搜索范围占幅面比例", "title": " 上侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -583,12 +971,20 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 0.500000 "max": 0.500000,
"step": 0.050000
}, },
"depend_or": ["is-rid-hole-t==true"] "depend_or": ["is-rid-hole-t==true"]
}, },
"is-rid-hole-b": { "is-rid-hole-b": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—下侧", "title": "穿孔移除—下侧",
"desc": "穿孔在纸张的下部", "desc": "穿孔在纸张的下部",
"type": "bool", "type": "bool",
@ -598,6 +994,13 @@
}, },
"search-hole-range-b": { "search-hole-range-b": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 下侧穿孔搜索范围占幅面比例", "title": " 下侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -606,17 +1009,32 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 0.000000, "min": 0.000000,
"max": 0.500000 "max": 0.500000,
"step": 0.050000
}, },
"depend_or": ["is-rid-hole-b==true"] "depend_or": ["is-rid-hole-b==true"]
}, },
"grp-4": { "grp-4": {
"category": "base", "category": "base",
"title": "送纸方式设置", "title": "送纸方式设置",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"scan-mode": { "scan-mode": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描张数", "title": "扫描张数",
"desc": "选择指定数量扫描或连续扫描", "desc": "选择指定数量扫描或连续扫描",
"type": "string", "type": "string",
@ -627,6 +1045,13 @@
}, },
"scan-count": { "scan-count": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 扫描数量", "title": " 扫描数量",
"desc": "扫描指定数量", "desc": "扫描指定数量",
"type": "int", "type": "int",
@ -637,6 +1062,13 @@
}, },
"direction": { "direction": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "文稿方向", "title": "文稿方向",
"desc": "设置图像的方向", "desc": "设置图像的方向",
"type": "string", "type": "string",
@ -647,6 +1079,13 @@
}, },
"is-rotate-bkg-180": { "is-rotate-bkg-180": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背面旋转180°", "title": "背面旋转180°",
"desc": "背面扫描的图像旋转180°", "desc": "背面扫描的图像旋转180°",
"type": "bool", "type": "bool",
@ -657,6 +1096,13 @@
}, },
"is-ultrosonic": { "is-ultrosonic": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "超声波检测", "title": "超声波检测",
"desc": "检测是否出现双张送入", "desc": "检测是否出现双张送入",
"type": "bool", "type": "bool",
@ -666,6 +1112,13 @@
}, },
"is-staple": { "is-staple": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "装订检测", "title": "装订检测",
"desc": "检测是否出现粘连送入", "desc": "检测是否出现粘连送入",
"type": "bool", "type": "bool",
@ -675,6 +1128,13 @@
}, },
"is-check-askew": { "is-check-askew": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "歪斜检测", "title": "歪斜检测",
"desc": "检测是否出现歪斜送入", "desc": "检测是否出现歪斜送入",
"type": "bool", "type": "bool",
@ -684,6 +1144,13 @@
}, },
"askew-range": { "askew-range": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "歪斜容忍度", "title": "歪斜容忍度",
"desc": "值越小,能容忍得送入文稿歪斜角度越小", "desc": "值越小,能容忍得送入文稿歪斜角度越小",
"type": "int", "type": "int",
@ -692,7 +1159,8 @@
"size": 4, "size": 4,
"range": { "range": {
"min": 1, "min": 1,
"max": 5 "max": 5,
"step": 1
}, },
"depend_or": ["is-check-askew==true"] "depend_or": ["is-check-askew==true"]
} }

View File

@ -327,11 +327,11 @@
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 50, "max": 50,
"step": 1 "step": 1
}, },
@ -1300,8 +1300,8 @@
"default": 70, "default": 70,
"size": 4, "size": 4,
"range": { "range": {
"min": 0, "min": 10,
"max": 100, "max": 300,
"step": 1 "step": 1
}, },
"depend_or": ["is-check-dog-ear==true"] "depend_or": ["is-check-dog-ear==true"]

View File

@ -5,6 +5,13 @@
}, },
"restore": { "restore": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "恢复默认设置", "title": "恢复默认设置",
"desc": "恢复默认设置", "desc": "恢复默认设置",
"type": "button", "type": "button",
@ -14,6 +21,13 @@
}, },
"help": { "help": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "帮助", "title": "帮助",
"desc": "显示软件帮助文档", "desc": "显示软件帮助文档",
"type": "button", "type": "button",
@ -24,10 +38,24 @@
"grp-1": { "grp-1": {
"category": "base", "category": "base",
"title": "基本设置", "title": "基本设置",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"is-multiout": { "is-multiout": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "多流输出", "title": "多流输出",
"desc": "同时输出多种颜色模式的图像", "desc": "同时输出多种颜色模式的图像",
"type": "bool", "type": "bool",
@ -37,6 +65,13 @@
}, },
"multiout-type": { "multiout-type": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "多流输出类型", "title": "多流输出类型",
"desc": "选择多流输出的类型", "desc": "选择多流输出的类型",
"type": "string", "type": "string",
@ -48,6 +83,13 @@
}, },
"mode": { "mode": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "颜色模式", "title": "颜色模式",
"desc": "选择色彩模式", "desc": "选择色彩模式",
"type": "string", "type": "string",
@ -59,6 +101,13 @@
}, },
"binary-threshold": { "binary-threshold": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像阈值", "title": "黑白图像阈值",
"desc": "高于该阈值为1低于该阈值为0", "desc": "高于该阈值为1低于该阈值为0",
"type": "int", "type": "int",
@ -74,6 +123,13 @@
}, },
"reverse-bw": { "reverse-bw": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像反色输出", "title": "黑白图像反色输出",
"desc": "输出的黑白图像以“1”代表黑色“0”代表白色", "desc": "输出的黑白图像以“1”代表黑色“0”代表白色",
"type": "bool", "type": "bool",
@ -84,6 +140,13 @@
}, },
"filter": { "filter": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "灰度或黑白图像 - 除色与增强", "title": "灰度或黑白图像 - 除色与增强",
"desc": "消除或增强指定色彩", "desc": "消除或增强指定色彩",
"type": "string", "type": "string",
@ -95,6 +158,13 @@
}, },
"is-rid-multiout-red": { "is-rid-multiout-red": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "24位彩色图像 - 多流输出除红", "title": "24位彩色图像 - 多流输出除红",
"desc": "同时输出彩色图像和灰度除红图像", "desc": "同时输出彩色图像和灰度除红图像",
"type": "bool", "type": "bool",
@ -105,6 +175,13 @@
}, },
"is-rid-answer-sheet-red": { "is-rid-answer-sheet-red": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "24位彩色图像 - 答题卡除红", "title": "24位彩色图像 - 答题卡除红",
"desc": "输出除红彩色图像", "desc": "输出除红彩色图像",
"type": "bool", "type": "bool",
@ -115,6 +192,13 @@
}, },
"is-erase-bkg": { "is-erase-bkg": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景移除", "title": "背景移除",
"desc": "移除文稿背景底色", "desc": "移除文稿背景底色",
"type": "bool", "type": "bool",
@ -125,6 +209,13 @@
}, },
"bkg-color-range": { "bkg-color-range": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 背景色彩浮动范围", "title": " 背景色彩浮动范围",
"desc": "与背景底色偏差在该值范围内的颜色,都将被移除", "desc": "与背景底色偏差在该值范围内的颜色,都将被移除",
"type": "int", "type": "int",
@ -140,6 +231,13 @@
}, },
"sharpen": { "sharpen": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "锐化与模糊", "title": "锐化与模糊",
"desc": "选择锐化效果或模糊效果", "desc": "选择锐化效果或模糊效果",
"type": "string", "type": "string",
@ -151,6 +249,13 @@
}, },
"is-rid-morr": { "is-rid-morr": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "去除摩尔纹", "title": "去除摩尔纹",
"desc": "去除图像中的摩尔纹", "desc": "去除图像中的摩尔纹",
"type": "bool", "type": "bool",
@ -161,6 +266,13 @@
}, },
"is-rid-grid": { "is-rid-grid": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "除网纹", "title": "除网纹",
"desc": "去除图像中的网纹", "desc": "去除图像中的网纹",
"type": "bool", "type": "bool",
@ -171,6 +283,13 @@
}, },
"is-err-extension": { "is-err-extension": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "错误扩散", "title": "错误扩散",
"desc": "以点阵形式构建图像", "desc": "以点阵形式构建图像",
"type": "bool", "type": "bool",
@ -181,6 +300,13 @@
}, },
"is-noise-optimize": { "is-noise-optimize": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "黑白图像噪点优化", "title": "黑白图像噪点优化",
"desc": "去除图像中的孤立黑点", "desc": "去除图像中的孤立黑点",
"type": "bool", "type": "bool",
@ -191,14 +317,21 @@
}, },
"noise-size": { "noise-size": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 50, "max": 50,
"step": 1 "step": 1
}, },
@ -206,6 +339,13 @@
}, },
"paper": { "paper": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "纸张尺寸", "title": "纸张尺寸",
"desc": "设置出图大小", "desc": "设置出图大小",
"type": "string", "type": "string",
@ -216,6 +356,13 @@
}, },
"is-custom-area": { "is-custom-area": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "自定义扫描区域", "title": "自定义扫描区域",
"desc": "自定义扫描区域", "desc": "自定义扫描区域",
"type": "bool", "type": "bool",
@ -226,6 +373,13 @@
}, },
"tl-x": { "tl-x": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域左侧mm", "title": "扫描区域左侧mm",
"desc": "自定义扫描区域左上角x坐标", "desc": "自定义扫描区域左上角x坐标",
"type": "float", "type": "float",
@ -241,6 +395,13 @@
}, },
"br-x": { "br-x": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域右侧mm", "title": "扫描区域右侧mm",
"desc": "自定义扫描区域右下角x坐标", "desc": "自定义扫描区域右下角x坐标",
"type": "float", "type": "float",
@ -256,6 +417,13 @@
}, },
"tl-y": { "tl-y": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域上侧mm", "title": "扫描区域上侧mm",
"desc": "自定义扫描区域左上角y坐标", "desc": "自定义扫描区域左上角y坐标",
"type": "float", "type": "float",
@ -271,6 +439,13 @@
}, },
"br-y": { "br-y": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描区域下侧mm", "title": "扫描区域下侧mm",
"desc": "自定义扫描区域右下角y坐标", "desc": "自定义扫描区域右下角y坐标",
"type": "float", "type": "float",
@ -286,6 +461,13 @@
}, },
"is-size-check": { "is-size-check": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "尺寸检测", "title": "尺寸检测",
"desc": "检测纸张实际尺寸与设置是否匹配", "desc": "检测纸张实际尺寸与设置是否匹配",
"type": "bool", "type": "bool",
@ -296,6 +478,13 @@
}, },
"page": { "page": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描页面", "title": "扫描页面",
"desc": "设置页面扫描方式", "desc": "设置页面扫描方式",
"type": "string", "type": "string",
@ -306,6 +495,13 @@
}, },
"blank-sensitivity": { "blank-sensitivity": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 跳过空白页灵敏度", "title": " 跳过空白页灵敏度",
"desc": "数值越大,则越容易跳过", "desc": "数值越大,则越容易跳过",
"type": "int", "type": "int",
@ -321,6 +517,13 @@
}, },
"fold-type": { "fold-type": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "对折模式", "title": "对折模式",
"desc": "", "desc": "",
"type": "string", "type": "string",
@ -332,6 +535,13 @@
}, },
"resolution": { "resolution": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "分辨率", "title": "分辨率",
"desc": "设置扫描图像的分辨率", "desc": "设置扫描图像的分辨率",
"type": "int", "type": "int",
@ -346,6 +556,13 @@
}, },
"image-quality": { "image-quality": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "画质", "title": "画质",
"desc": "选择扫描仪的画质模式", "desc": "选择扫描仪的画质模式",
"type": "string", "type": "string",
@ -357,6 +574,13 @@
}, },
"is-exchange": { "is-exchange": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "交换正反面", "title": "交换正反面",
"desc": "交换每张文稿的正反面出图顺序", "desc": "交换每张文稿的正反面出图顺序",
"type": "bool", "type": "bool",
@ -368,10 +592,24 @@
"grp-2": { "grp-2": {
"category": "base", "category": "base",
"title": "亮度", "title": "亮度",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"is-custom-gamma": { "is-custom-gamma": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "启用色调曲线", "title": "启用色调曲线",
"desc": "自定义图像色调效果", "desc": "自定义图像色调效果",
"type": "bool", "type": "bool",
@ -381,6 +619,13 @@
}, },
"brightness": { "brightness": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "亮度值", "title": "亮度值",
"desc": "调整图像亮度", "desc": "调整图像亮度",
"type": "int", "type": "int",
@ -396,6 +641,13 @@
}, },
"contrast": { "contrast": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "对比度", "title": "对比度",
"desc": "调整图像对比度", "desc": "调整图像对比度",
"type": "int", "type": "int",
@ -411,6 +663,13 @@
}, },
"gamma": { "gamma": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "伽马值", "title": "伽马值",
"desc": "调整图像伽玛值", "desc": "调整图像伽玛值",
"type": "float", "type": "float",
@ -427,10 +686,24 @@
"grp-3": { "grp-3": {
"category": "base", "category": "base",
"title": "图像处理", "title": "图像处理",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"is-anti-skew": { "is-anti-skew": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "自动纠偏", "title": "自动纠偏",
"desc": "自动纠正歪斜送入的文稿图像", "desc": "自动纠正歪斜送入的文稿图像",
"type": "bool", "type": "bool",
@ -441,6 +714,13 @@
}, },
"is-split": { "is-split": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "图像拆分", "title": "图像拆分",
"desc": "自动拆分图像", "desc": "自动拆分图像",
"type": "bool", "type": "bool",
@ -451,6 +731,13 @@
}, },
"is-erase-black-frame": { "is-erase-black-frame": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "消除黑框", "title": "消除黑框",
"desc": "消除文稿范围外的黑色背景", "desc": "消除文稿范围外的黑色背景",
"type": "bool", "type": "bool",
@ -460,6 +747,13 @@
}, },
"bkg-fill-mode": { "bkg-fill-mode": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景填充方式", "title": "背景填充方式",
"desc": "选择背景填充方式", "desc": "选择背景填充方式",
"type": "string", "type": "string",
@ -471,6 +765,13 @@
}, },
"is-fill-color": { "is-fill-color": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色彩填充", "title": "色彩填充",
"desc": "启用后黑框部分将填充为文稿底色", "desc": "启用后黑框部分将填充为文稿底色",
"type": "bool", "type": "bool",
@ -481,6 +782,13 @@
}, },
"threshold": { "threshold": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "阈值", "title": "阈值",
"desc": "文稿底色与黑色背景灰度值的差值大于该值,才会被识别为文稿", "desc": "文稿底色与黑色背景灰度值的差值大于该值,才会被识别为文稿",
"type": "int", "type": "int",
@ -496,6 +804,13 @@
}, },
"anti-noise-level": { "anti-noise-level": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背景抗噪等级", "title": "背景抗噪等级",
"desc": "能够容忍的背景杂色条纹的宽度", "desc": "能够容忍的背景杂色条纹的宽度",
"type": "int", "type": "int",
@ -511,6 +826,13 @@
}, },
"margin": { "margin": {
"category": "advanced", "category": "advanced",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "边缘缩进", "title": "边缘缩进",
"desc": "寻找文稿边缘时对边缘的侵入程度", "desc": "寻找文稿边缘时对边缘的侵入程度",
"type": "int", "type": "int",
@ -526,6 +848,13 @@
}, },
"is-dark-sample": { "is-dark-sample": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "深色样张", "title": "深色样张",
"desc": "启用该模式防止深色底色的文稿图像被误处理", "desc": "启用该模式防止深色底色的文稿图像被误处理",
"type": "bool", "type": "bool",
@ -536,6 +865,13 @@
}, },
"is-anti-permeate": { "is-anti-permeate": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "防止渗透", "title": "防止渗透",
"desc": "防止背面图案渗透", "desc": "防止背面图案渗透",
"type": "bool", "type": "bool",
@ -545,6 +881,13 @@
}, },
"permeate-level": { "permeate-level": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 防止渗透等级", "title": " 防止渗透等级",
"desc": "选择防止渗透的等级", "desc": "选择防止渗透的等级",
"type": "string", "type": "string",
@ -556,6 +899,13 @@
}, },
"is-rid-hole-l": { "is-rid-hole-l": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—左侧", "title": "穿孔移除—左侧",
"desc": "穿孔在纸张上的左侧", "desc": "穿孔在纸张上的左侧",
"type": "bool", "type": "bool",
@ -565,6 +915,13 @@
}, },
"search-hole-range-l": { "search-hole-range-l": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 左侧穿孔搜索范围占幅面比例", "title": " 左侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -580,6 +937,13 @@
}, },
"is-rid-hole-r": { "is-rid-hole-r": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—右侧", "title": "穿孔移除—右侧",
"desc": "穿孔在纸张上的右侧", "desc": "穿孔在纸张上的右侧",
"type": "bool", "type": "bool",
@ -589,6 +953,13 @@
}, },
"search-hole-range-r": { "search-hole-range-r": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 右侧穿孔搜索范围占幅面比例", "title": " 右侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -604,6 +975,13 @@
}, },
"is-rid-hole-t": { "is-rid-hole-t": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—上侧", "title": "穿孔移除—上侧",
"desc": "穿孔在纸张的上部", "desc": "穿孔在纸张的上部",
"type": "bool", "type": "bool",
@ -613,6 +991,13 @@
}, },
"search-hole-range-t": { "search-hole-range-t": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 上侧穿孔搜索范围占幅面比例", "title": " 上侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -628,6 +1013,13 @@
}, },
"is-rid-hole-b": { "is-rid-hole-b": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "穿孔移除—下侧", "title": "穿孔移除—下侧",
"desc": "穿孔在纸张的下部", "desc": "穿孔在纸张的下部",
"type": "bool", "type": "bool",
@ -637,6 +1029,13 @@
}, },
"search-hole-range-b": { "search-hole-range-b": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 下侧穿孔搜索范围占幅面比例", "title": " 下侧穿孔搜索范围占幅面比例",
"desc": "穿孔搜索范围占幅面比例", "desc": "穿孔搜索范围占幅面比例",
"type": "float", "type": "float",
@ -653,10 +1052,24 @@
"grp-4": { "grp-4": {
"category": "base", "category": "base",
"title": "送纸方式设置", "title": "送纸方式设置",
"type": "group" "type": "group",
"readonly": false,
"affect-img": false,
"hwonly": false,
"field": "Common",
"pos": 0,
"visible": true,
"unit": "None"
}, },
"scan-mode": { "scan-mode": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "扫描张数", "title": "扫描张数",
"desc": "选择指定数量扫描或连续扫描", "desc": "选择指定数量扫描或连续扫描",
"type": "string", "type": "string",
@ -667,6 +1080,13 @@
}, },
"scan-count": { "scan-count": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": " 扫描数量", "title": " 扫描数量",
"desc": "扫描指定数量", "desc": "扫描指定数量",
"type": "int", "type": "int",
@ -677,6 +1097,13 @@
}, },
"direction": { "direction": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "文稿方向", "title": "文稿方向",
"desc": "设置图像的方向", "desc": "设置图像的方向",
"type": "string", "type": "string",
@ -687,6 +1114,13 @@
}, },
"is-rotate-bkg-180": { "is-rotate-bkg-180": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "背面旋转180°", "title": "背面旋转180°",
"desc": "背面扫描的图像旋转180°", "desc": "背面扫描的图像旋转180°",
"type": "bool", "type": "bool",
@ -697,6 +1131,13 @@
}, },
"is-ultrosonic": { "is-ultrosonic": {
"category": "base", "category": "base",
"readonly": false,
"affect-img": false,
"hwonly": false,
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "超声波检测", "title": "超声波检测",
"desc": "检测是否出现双张送入", "desc": "检测是否出现双张送入",
"type": "bool", "type": "bool",

View File

@ -192,11 +192,11 @@
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 50 "max": 50
}, },
"depend_or": ["is-noise-optimize==true"] "depend_or": ["is-noise-optimize==true"]

View File

@ -194,11 +194,11 @@
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 50, "max": 50,
"step": 1 "step": 1
}, },

View File

@ -194,11 +194,11 @@
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 50, "max": 50,
"step": 1 "step": 1
}, },

View File

@ -327,8 +327,8 @@
"title": " 噪点优化尺寸", "title": " 噪点优化尺寸",
"desc": "设置需要去除的黑色孤立点的连通个数", "desc": "设置需要去除的黑色孤立点的连通个数",
"type": "int", "type": "int",
"cur": 30, "cur": 10,
"default": 30, "default": 10,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 10,
@ -1197,8 +1197,8 @@
"default": 70, "default": 70,
"size": 4, "size": 4,
"range": { "range": {
"min": 0, "min": 10,
"max": 100, "max": 300,
"step": 1 "step": 1
}, },
"depend_or": ["is-check-dog-ear==true"] "depend_or": ["is-check-dog-ear==true"]

Binary file not shown.