Skip to main content

Crate kreuzberg_paddle_ocr

Crate kreuzberg_paddle_ocr 

Source
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;

Modules§

angle_net
base_net
crnn_net
db_net
ocr_error
ocr_lite
ocr_result
ocr_utils
scale_param