# 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'] | |
# 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'] | |