xberg 1.0.11

High-performance document intelligence library for Rust. Extract text, metadata, and structured data from PDFs, Office documents, images, and 101 formats and 371 programming languages via tree-sitter code intelligence with async/sync APIs.
Documentation
1
2
3
4
5
6
7
//! Djot event parsing and content extraction.
//!
//! Handles parsing of jotdown events into tables.

mod table_extraction;

pub(crate) use table_extraction::extract_tables_from_events;