litellm/litellm/ocr/__init__.py
2026-09-16 14:16:15 -07:00

5 lines
90 B
Python

"""OCR module for LiteLLM."""
from .dispatch import aocr, ocr
__all__ = ["aocr", "ocr"]