update en char_type

This commit is contained in:
tink2123 2021-01-26 15:28:37 +08:00
parent 8f52a73718
commit d9ae86f422
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class BaseRecLabelEncode(object):
use_space_char=False):
support_character_type = [
'ch', 'en', 'en_sensitive', 'french', 'german', 'japan', 'korean',
'EN', 'it', 'xi', 'pu', 'ru', 'ar', 'ta', 'ug', 'fa', 'ur', 'rs',
'En', 'it', 'xi', 'pu', 'ru', 'ar', 'ta', 'ug', 'fa', 'ur', 'rs',
'oc', 'rsc', 'bg', 'uk', 'be', 'te', 'ka', 'chinese_cht', 'hi',
'mr', 'ne'
]