mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
5 lines
90 B
Python
5 lines
90 B
Python
"""OCR module for LiteLLM."""
|
|
|
|
from .dispatch import aocr, ocr
|
|
|
|
__all__ = ["aocr", "ocr"]
|