From e836ab7f51ec435230ef8e7c0106f554d30904ee Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Thu, 10 Jun 2021 16:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0show=5Flog=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/doc_ch/whl.md | 1 + doc/doc_en/whl_en.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/doc_ch/whl.md b/doc/doc_ch/whl.md index c341b49a..957c6926 100644 --- a/doc/doc_ch/whl.md +++ b/doc/doc_ch/whl.md @@ -355,3 +355,4 @@ im_show.save('result.jpg') | det | 前向时使用启动检测 | TRUE | | rec | 前向时是否启动识别 | TRUE | | cls | 前向时是否启动分类 (命令行模式下使用use_angle_cls控制前向是否启动分类) | FALSE | +| show_log | 是否打印det和rec等信息 | FALSE | diff --git a/doc/doc_en/whl_en.md b/doc/doc_en/whl_en.md index eeaf1347..b9909f49 100644 --- a/doc/doc_en/whl_en.md +++ b/doc/doc_en/whl_en.md @@ -362,3 +362,5 @@ im_show.save('result.jpg') | det | Enable detction when `ppocr.ocr` func exec | TRUE | | rec | Enable recognition when `ppocr.ocr` func exec | TRUE | | cls | Enable classification when `ppocr.ocr` func exec((Use use_angle_cls in command line mode to control whether to start classification in the forward direction) | FALSE | +| show_log | Whether to print log in det and rec + | FALSE | \ No newline at end of file -- GitLab