|
|
|
@ -27,7 +27,7 @@ class BaseRecLabelDecode(object):
|
|
|
|
|
'ch', 'en', 'en_sensitive', 'french', 'german', 'japan', 'korean'
|
|
|
|
|
]
|
|
|
|
|
assert character_type in support_character_type, "Only {} are supported now but get {}".format(
|
|
|
|
|
support_character_type, self.character_str)
|
|
|
|
|
support_character_type, character_type)
|
|
|
|
|
|
|
|
|
|
if character_type == "en":
|
|
|
|
|
self.character_str = "0123456789abcdefghijklmnopqrstuvwxyz"
|
|
|
|
|