Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
24.7k
stars
3.18k
forks
source link
easyocr does not have attn model support #1162
Open
sh1man999 opened 1 year ago
I didn't find anything except CTC
recognition.py method get_recognizer get_recouncer method is not implemented for Attn
`def get_recognizer(recog_network, network_params, character,\ separator_list, dict_list, model_path,\ device = 'cpu', quantize = True):