litellm/litellm/ocr/__init__.py

5 lines
85 B
Python

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