Skip to main content

Crate officemd_pptx

Crate officemd_pptx 

Source
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§

error
extract
PPTX IR extraction helpers.

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.