Skip to content

Commit

Permalink
添加show_log参数说明
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Jun 10, 2021
1 parent 7d47283 commit e836ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/doc_ch/whl.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,4 @@ im_show.save('result.jpg')
| det | 前向时使用启动检测 | TRUE |
| rec | 前向时是否启动识别 | TRUE |
| cls | 前向时是否启动分类 (命令行模式下使用use_angle_cls控制前向是否启动分类) | FALSE |
| show_log | 是否打印det和rec等信息 | FALSE |
2 changes: 2 additions & 0 deletions doc/doc_en/whl_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit e836ab7

Please sign in to comment.