Browse Source

1. 资本处理方法增强 2. 算法返回文本空格去除空格干扰 3. 多字问题修复

zeke-chin 2 years ago
parent
commit
23194dcbb3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      server.py

+ 1 - 2
server.py

@@ -29,8 +29,7 @@ ocr = PaddleOCR(
                 use_gpu=use_gpu,
                 det_db_unclip_ratio=1.8,
                 det_db_thresh=0.1,
-                det_db_box_thresh=0.3,
-                warmup=True)
+                det_db_box_thresh=0.3,)
 
 # 初始化 角度检测器 对象
 ad = AngleDetector(ocr)