新增G306 边界检测

This commit is contained in:
13038267101 2024-02-27 11:45:10 +08:00
parent 90ef5d0a10
commit 13c29d19ea
3 changed files with 19 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"global": {
"device_type": "G300",
"option_count": 72
"option_count": 73
},
"restore": {
"cat": "base",
@ -1264,8 +1264,7 @@
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_and": []
"size": 4
},
"askew-range": {
"cat": "base",
@ -1288,5 +1287,21 @@
"step": 1
},
"depend_or": ["is-check-askew==true"]
},
"out_boundary": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "base",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "边界检测",
"desc": "检测纸张边界是否偏斜",
"type": "bool",
"cur": false,
"default": false,
"size": 4
}
}

View File

@ -5953,6 +5953,7 @@ struct
, {SANE_STD_OPT_NAME_DISCARDBLANK , OPTION_TITLE_TGKBY}
, {SANE_STD_OPT_NAME_LENS_DIRTY , OPTION_TITLE_JTZWJC}
, {SANE_STD_OPT_NAME_PERIOD , OPTION_TITLE_PWMZKB}
, {SANE_STD_OPT_NAME_OUT_BOUNDARY , OPTION_TITLE_BJJC}
},
g_discard[] = { {SANE_STD_OPT_NAME_REVERSE_01 , "\351\273\221\347\231\275\345\233\276\345\203\217\345\217\215\350\211\262\350\276\223\345\207\272\357\274\210\346\255\243\345\270\270\351\242\234\350\211\262\344\270\272\357\274\2320-\351\273\221\350\211\262\357\274\2331-\347\231\275\350\211\262\357\274\211"} // 黑白图像反色输出正常颜色为0-黑色1-白色)
, {SANE_STD_OPT_NAME_FILTER , "\347\201\260\345\272\246\346\210\226\351\273\221\347\231\275\345\233\276\345\203\217 - \351\231\244\350\211\262"} // 灰度或黑白图像 - 除色

Binary file not shown.