Skip to main content

Crate officemd_docx

Crate officemd_docx 

Source
Expand description

DOCX extraction and generation using officemd_core.

Re-exports§

pub use error::DocxError;
pub use write::generate_docx;

Modules§

error
write
Generate DOCX files from the officemd IR.

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.