Fix the errors about description of dict
This commit is contained in:
parent
8b2feecb3a
commit
1de89825f6
|
@ -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…
Reference in New Issue