df-ocr-switcher 0.1.0

Document OCR pipeline in pure Rust: scanned PDF / multi-page TIFF / image → Markdown. PaddleOCR PP-OCRv6 and Tesseract 5.5 as interchangeable engines, PP-DocLayoutV3 layout for both.
Documentation
1
2
3
4
5
pub mod image_file;
pub mod tiff;

pub use image_file::load_image;
pub use tiff::load_tiff_pages;