Merge pull request #3406 from tink2123/fix_multi_yml_doc

Fix multi yml doc
This commit is contained in:
Double_V 2021-07-26 10:58:25 +08:00 committed by GitHub
commit db6b3d8dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -330,6 +330,8 @@ PaddleOCR目前已支持80种除中文外语种识别`configs/rec/multi
```
意大利文由拉丁字母组成,因此执行完命令后会得到名为 rec_latin_lite_train.yml 的配置文件。
2. 手动修改配置文件
您也可以手动修改模版中的以下几个字段:

View File

@ -329,6 +329,7 @@ There are two ways to create the required configuration file:
...
```
Italian is made up of Latin letters, so after executing the command, you will get the rec_latin_lite_train.yml.
2. Manually modify the configuration file