@@ -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)