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).