File size: 217 Bytes
c9019cd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# 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']