Expand description
PPTX extraction helpers using officemd_core.
Re-exports§
pub use error::PptxError;pub use extract::PptxExtractOptions;pub use extract::extract_ir;pub use extract::extract_ir_json;pub use extract::extract_ir_with_options;
Modules§
Functions§
- markdown_
from_ bytes - Render PPTX bytes to Markdown using the shared renderer.
- markdown_
from_ bytes_ with_ options - Render PPTX bytes to Markdown with rendering options.