anydoc 0.1.4

Convert documents (doc, docx, odt, rtf, epub, pdf, presentations, spreadsheets, csv) to GitHub-Flavored Markdown
Documentation
//! Cross-format resolution utilities: tri-state style deltas, style-chain
//! resolution, list identity and assembly, table header detection, text
//! normalization, and field instructions.

pub mod assets;
pub mod binary;
pub mod chain;
pub mod delta;
pub mod drawingml;
pub mod fields;
pub mod grid;
pub mod header;
pub mod html;
pub mod list;
pub mod mc;
pub mod numbering;
pub mod officeart;
pub mod text;
pub mod uri;