litellm/tests/test_litellm/ocr
Yujong Lee f8e5092a34 Merge remote-tracking branch 'origin/main' into litellm-ocr-new-mapping
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

# Conflicts:
#	litellm-rust/crates/core/src/ocr/client.rs
#	litellm-rust/crates/core/src/ocr/document.rs
#	litellm-rust/crates/core/src/ocr/error.rs
#	litellm-rust/crates/core/src/ocr/lifecycle.rs
#	litellm-rust/crates/core/src/ocr/mod.rs
#	litellm-rust/crates/core/src/ocr/types.rs
#	litellm-rust/crates/core/src/ocr/wire.rs
#	litellm-rust/crates/core/tests/ocr.rs
#	litellm-rust/crates/python-bridge/src/routes/ocr/document.rs
#	litellm-rust/crates/python-bridge/src/routes/ocr/errors.rs
#	litellm-rust/crates/python-bridge/src/routes/ocr/lifecycle.rs
#	litellm-rust/crates/python-bridge/src/routes/ocr/mod.rs
#	litellm-rust/crates/python-bridge/src/routes/ocr/project.rs
#	litellm/proxy/ocr_endpoints/endpoints.py
#	litellm/rust_bridge/_native.pyi
#	tests/test_litellm/ocr/test_ocr_file_input.py
#	tests/test_litellm_rust/ocr/test_requests.py
2026-09-16 22:05:01 +00:00
..
__init__.py Enable local file support for OCR (#22133) 2026-02-27 10:50:02 -08:00
test_legacy.py simplify 2026-09-16 17:50:11 +00:00
test_ocr_file_input.py refactor(ocr): move file preparation from the python bridge into litellm-core 2026-09-16 21:02:30 +00:00
test_ocr_native_format.py simplify 2026-09-16 17:50:11 +00:00