Skip to main content

convert

Function convert 

Source
pub fn convert(
    bytes: &[u8],
    password: Option<&str>,
    name: &str,
) -> Result<DoclingDocument, PdfError>
Expand description

Convenience one-shot conversion (loads the pipeline per call). Errors are detailed and surfaced (never silently skipped).