diff --git a/docs/G306.txt b/docs/G306.txt index 150f980..8aab194 100644 --- a/docs/G306.txt +++ b/docs/G306.txt @@ -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 } } \ No newline at end of file diff --git a/tools/apps/hgjson/hgjsonDlg.cpp b/tools/apps/hgjson/hgjsonDlg.cpp index a497b53..c6f34dc 100644 --- a/tools/apps/hgjson/hgjsonDlg.cpp +++ b/tools/apps/hgjson/hgjsonDlg.cpp @@ -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"} // ҶȻڰͼ - ɫ diff --git a/tools/solution/Release/hgjson.exe b/tools/solution/Release/hgjson.exe index a028821..21d2230 100644 Binary files a/tools/solution/Release/hgjson.exe and b/tools/solution/Release/hgjson.exe differ