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.
pubmodtsv_parser;// Re-export core table utilities from html-to-markdown-rs (always available when html feature is enabled)
#[cfg(feature ="html")]pubusehtml_to_markdown_rs::hocr::{HocrWord, reconstruct_table, table_to_markdown};// Re-export PDF-specific table utilities when the pdf feature is enabled
#[cfg(feature ="pdf")]pubusecrate::pdf::table_reconstruct::post_process_table;pubusetsv_parser::extract_words_from_tsv;