ocr-engine / src /utils /__init__.py
kanha-upadhyay's picture
init
e42e330
raw
history blame
131 Bytes
from ._model_manager import model_manager
from ._text_extractor import TextExtractor
__all__ = ["model_manager", "TextExtractor"]