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