diff --git a/doc/doc_ch/whl.md b/doc/doc_ch/whl.md index c341b49a7b12aa10f0f3187bc861306fcae05c29..957c6926b15fad3091265da9295f5ad820fe6a26 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 eeaf1347dc77a24f158ba8ba2c6f013b1fd89b81..b9909f498e830309eaad952df9171cd63b6f5e7b 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