File size: 256 Bytes
395651c
 
 
 
 
 
1
2
3
4
5
6
7
"""Vision-only OCR (YOLO layout load / PaddleOCR / Pix2Tex). No LLM — safe for dedicated OCR workers."""

from .compat import allow_ultralytics_weights
from .pipeline import OcrVisionPipeline

__all__ = ["OcrVisionPipeline", "allow_ultralytics_weights"]