mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
feat(rust-ocr): re-export litellm_providers::ocr
This commit is contained in:
parent
592bf71408
commit
7b8a0b178c
1 changed files with 5 additions and 0 deletions
|
|
@ -1,2 +1,7 @@
|
|||
pub mod mistral;
|
||||
pub mod ocr;
|
||||
|
||||
// `litellm_providers::ocr(...)` — the typed async OCR entry point. The function
|
||||
// lives in the `ocr` module; this re-export lets callers spell it without the
|
||||
// `ocr::ocr` stutter. (A module and a value can share a name in Rust.)
|
||||
pub use ocr::ocr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue