converter | Optional[DocumentConverter] | None | Pre-configured Docling DocumentConverter instance |
max_chars | Optional[int] | None | Maximum characters in output |
allowed_input_formats | Optional[List[str]] | None | Restrict accepted input formats (e.g. ["pdf", "docx"]) |
format_options | Optional[Dict[Any, Any]] | None | Custom format options passed to the converter |
pdf_pipeline_options | Optional[PdfPipelineOptions] | None | Full PDF pipeline configuration object |
pdf_enable_ocr | Optional[bool] | None | Enable OCR processing for PDFs |
pdf_ocr_engine | Optional[str] | None | OCR engine: auto, easyocr, tesseract, tesseract_cli, ocrmac, rapidocr |
pdf_ocr_lang | Optional[List[str]] | None | OCR language codes (e.g. ["en", "pt"]) |
pdf_force_full_page_ocr | Optional[bool] | None | Force OCR on every page regardless of text layer |
pdf_enable_table_structure | Optional[bool] | None | Enable table structure recognition in PDFs |
pdf_enable_picture_description | Optional[bool] | None | Enable picture description extraction |
pdf_enable_picture_classification | Optional[bool] | None | Enable picture classification |
pdf_document_timeout | Optional[float] | None | Timeout in seconds for PDF processing |
pdf_enable_remote_services | Optional[bool] | None | Enable remote services for PDF processing |
enable_convert_to_markdown | bool | True | Register the convert_to_markdown function |
enable_convert_to_text | bool | True | Register the convert_to_text function |
enable_convert_to_html | bool | True | Register the convert_to_html function |
enable_convert_to_html_split_page | bool | True | Register the convert_to_html_split_page function |
enable_convert_to_json | bool | True | Register the convert_to_json function |
enable_convert_to_yaml | bool | True | Register the convert_to_yaml function |
enable_convert_to_doctags | bool | True | Register the convert_to_doctags function |
enable_convert_to_vtt | bool | True | Register the convert_to_vtt function |
enable_convert_string_content | bool | True | Register the convert_string_content function |
enable_list_supported_parsers | bool | True | Register the list_supported_parsers function |
all | bool | False | Enable all conversion functions when set to True |