xberg 1.0.4

High-performance document intelligence library for Rust. Extract text, metadata, and structured data from PDFs, Office documents, images, and 98 formats and 306 programming languages via tree-sitter code intelligence with async/sync APIs.
Documentation
1
2
3
4
//! Document extractor registry management.
//!
//! Registration helpers have been removed. Use the registry directly via
//! `crate::plugins::registry::get_document_extractor_registry()`.