pub type PdfConvertOptions = RemoteConvertOptions;Aliased Type§
pub struct PdfConvertOptions {
pub chunker: ChunkerKind,
pub chunking: ChunkingOptions,
pub pipeline: Option<PipelineKind>,
pub picture_description_preset: Option<String>,
}Fields§
§chunker: ChunkerKind§chunking: ChunkingOptions§pipeline: Option<PipelineKind>§picture_description_preset: Option<String>Preset ID for picture description, forwarded to Docling Serve as
picture_description_preset. Mutually exclusive with the legacy
picture_description_custom_config emitted when a VLM bundle is
configured; leaving this None preserves the legacy custom VLM
behaviour.