| 107 | |
| 108 | |
| 109 | class PdfFormatOption(FormatOption): |
| 110 | pipeline_cls: Type = StandardPdfPipeline |
| 111 | backend: Type[AbstractDocumentBackend] = DoclingParseV2DocumentBackend |
| 112 | |
| 113 | |
| 114 | def _get_default_option(format: InputFormat) -> FormatOption: |
no outgoing calls
no test coverage detected