Merge pull request #1385 from TingquanGao/dygraph

Fix the errors about description of dict
release/2.0-rc1-0
MissPenguin 4 years ago committed by GitHub
commit 1007e5309c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -122,11 +122,11 @@ word_dict.txt 每行有一个单字,将字符与数字索引映射在一起,
`ppocr/utils/dict/french_dict.txt` 是一个包含118个字符的法文字典
`ppocr/utils/dict/japan_dict.txt` 是一个包含4399个字符的文字典
`ppocr/utils/dict/japan_dict.txt` 是一个包含4399个字符的文字典
`ppocr/utils/dict/korean_dict.txt` 是一个包含3636个字符的文字典
`ppocr/utils/dict/korean_dict.txt` 是一个包含3636个字符的文字典
`ppocr/utils/dict/german_dict.txt` 是一个包含131个字符的文字典
`ppocr/utils/dict/german_dict.txt` 是一个包含131个字符的文字典
您可以按需使用。

@ -114,11 +114,11 @@ In `word_dict.txt`, there is a single word in each line, which maps characters a
`ppocr/utils/dict/french_dict.txt` is a French dictionary with 118 characters
`ppocr/utils/dict/japan_dict.txt` is a French dictionary with 4399 characters
`ppocr/utils/dict/japan_dict.txt` is a Japanese dictionary with 4399 characters
`ppocr/utils/dict/korean_dict.txt` is a French dictionary with 3636 characters
`ppocr/utils/dict/korean_dict.txt` is a Korean dictionary with 3636 characters
`ppocr/utils/dict/german_dict.txt` is a French dictionary with 131 characters
`ppocr/utils/dict/german_dict.txt` is a German dictionary with 131 characters
You can use it on demand.

Loading…
Cancel
Save