This commit is contained in:
Sergey Krashevich 2023-09-04 20:05:45 +03:00
parent 15f63f70c1
commit 939cfdb064
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -6,10 +6,10 @@ from abc import ABC, abstractmethod
from multiprocessing import shared_memory
from string import printable
from typing import AnyStr, Optional
from unidecode import unidecode
import cv2
import numpy as np
from unidecode import unidecode
logger = logging.getLogger(__name__)