MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / PdfFormatOption

Class PdfFormatOption

docling/document_converter.py:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

gen_eval_markdownFunction · 0.90
convertFunction · 0.90
parse_raw.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected