Files

5 lines
85 B
Python
Raw Permalink Normal View History

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