{ "title": "Docling Actor Input", "description": "Options for processing documents with Docling via the docling-serve API.", "type": "object", "schemaVersion": 1, "properties": { "documentUrl": { "title": "Document URL", "type": "string", "description": "URL of the document to process. Supported formats: PDF, DOCX, PPTX, XLSX, HTML, MD, XML, images, and more.", "prefill": "https://arxiv.org/pdf/2408.09869.pdf", "editor": "textfield" }, "outputFormat": { "title": "Output Format", "type": "string", "description": "Desired output format after processing the document.", "enum": ["md", "json", "html", "text", "doctags"], "default": "md", "editor": "select" }, "ocr": { "title": "Enable OCR", "type": "boolean", "description": "If enabled, OCR will be applied to scanned documents for text recognition.", "default": true } }, "required": ["documentUrl"] }