GordeyTsy
Results
2
comments of
GordeyTsy
Works great, use it ``` import easyocr import concurrent.futures from PIL import Image import numpy as np from easyocr.utils import get_paragraph from easyocr.config import ( latin_lang_list, arabic_lang_list, cyrillic_lang_list, ) bengali_lang_list...
I encountered the same problem, has anyone found a solution?