Expand description
DOCX extraction and generation using officemd_core.
Re-exports§
pub use error::DocxError;pub use write::generate_docx;
Modules§
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.