kreuzberg 4.6.3

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
//! Tower middleware layers for the extraction service.

pub mod tracing;

#[cfg(feature = "otel")]
pub mod metrics;