kreuzberg 4.6.1

High-performance document intelligence library for Rust. Extract text, metadata, and structured data from PDFs, Office documents, images, and 88+ formats with async/sync APIs.
Documentation
1
2
3
4
5
6
pub mod dpi;
pub mod preprocessing;
pub mod resize;

pub use dpi::calculate_optimal_dpi;
pub use preprocessing::{NormalizeResult, normalize_image_dpi};