解决纯色纸张扫描白色边缘填充会导致跳过空白页跳不过的问题;BUG-830

This commit is contained in:
yangjiaxuan 2023-12-08 10:25:50 +08:00
parent 90fb6f5955
commit e3eb140fcf
1 changed files with 1 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ namespace hg_imgproc
mats_.clear();
double threshold = 40;
int edge = 40;
int edge = 100;
int dis = img_conf_.discardblank_percent;
if (img_conf_.is_autodiscradblank_vince)
dis *= 1.5;