""" OCR 백엔드 모듈 플랫폼별로 최적화된 OCR 추론 엔진 제공 """ from .fastdeploy_ocr import FastDeployOCR from .onnx_ocr import ONNXRuntimeOCR __all__ = ['FastDeployOCR', 'ONNXRuntimeOCR']