diff --git a/doc/doc_ch/recognition.md b/doc/doc_ch/recognition.md index 2efd80e6e15dbcfbb3c342633d795eddbfd7558a..0ff0513a2b9a3e5e732e78bd8b4f42ab9f79094f 100644 --- a/doc/doc_ch/recognition.md +++ b/doc/doc_ch/recognition.md @@ -330,6 +330,8 @@ PaddleOCR目前已支持80种(除中文外)语种识别,`configs/rec/multi ``` +意大利文由拉丁字母组成,因此执行完命令后会得到名为 rec_latin_lite_train.yml 的配置文件。 + 2. 手动修改配置文件 您也可以手动修改模版中的以下几个字段: diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 556b75a515ed676557142157aa412f2783005eec..634ec783aa5e1dd6c9202385cf2978d140ca44a1 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -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