NDLOCR / cli /core /__init__.py
3v324v23's picture
Add files
c9019cd
raw
history blame contribute delete
No virus
217 Bytes
# Copyright (c) 2022, National Diet Library, Japan
#
# This software is released under the CC BY 4.0.
# https://creativecommons.org/licenses/by/4.0/
from .inference import OcrInferencer
__all__ = ['OcrInferencer']