File size: 111 Bytes
1ec5369
 
 
 
 
 
1
2
3
4
5
6
7
"""统一 OCR 服务。"""

from .client import OCRClient

__all__ = ["OCRClient"]
__version__ = "0.1.0"