xberg 1.0.8

High-performance document intelligence library for Rust. Extract text, metadata, and structured data from PDFs, Office documents, images, and 101 formats and 306 programming languages via tree-sitter code intelligence with async/sync APIs.
Documentation
1
2
3
4
5
6
7
8
/// DPI detection and normalization for scanned images.
pub mod dpi;
/// Image preprocessing pipeline: denoising, deskew, binarization, rotation.
pub mod preprocessing;
/// Image resize helpers used before OCR to normalize resolution.
pub mod resize;

pub(crate) use preprocessing::normalize_image_dpi_owned;