Skip to main content

Crate officemd_docx

Crate officemd_docx 

Source
Expand description

DOCX extraction helpers using officemd_core.

Re-exports§

pub use error::DocxError;

Modules§

error

Functions§

extract_ir
Extract a DOCX into the shared IR.
extract_ir_json
Extract minimal IR as JSON string.
markdown_from_bytes
Render DOCX bytes to Markdown using the shared renderer.
markdown_from_bytes_with_options
Render DOCX bytes to Markdown with rendering options.