Expand description
§kreuzberg-paddle-ocr
PaddleOCR via ONNX Runtime for Kreuzberg - high-performance text detection and recognition.
This crate is vendored from paddle-ocr-rs by mg-chao, with modifications for Kreuzberg integration.
§ONNX Runtime Requirement
Requires ONNX Runtime 1.24+ at runtime.
§Original License
The original paddle-ocr-rs is licensed under Apache-2.0. This vendored version is relicensed to MIT with the original author’s copyright retained.
Re-exports§
pub use ocr_error::OcrError;pub use ocr_lite::OcrLite;pub use ocr_result::Angle;pub use ocr_result::OcrResult;pub use ocr_result::Point;pub use ocr_result::TextBlock;pub use ocr_result::TextBox;pub use ocr_result::TextLine;