message / plugins /content /ocr /__init__.py
hunian
refactor(plugins): 插件短名并统一 MCP tool 为 {plugin}-{tool}
cc826a1
Raw
History Blame Contribute Delete
121 Bytes
# OCR 模块
from .paddle_ocr import PaddleOCRWrapper, get_ocr_wrapper
__all__ = ["PaddleOCRWrapper", "get_ocr_wrapper"]