dsh-docling
Native document intelligence for DeepSeek Harness, powered by Docling.
AI 分析
核心用途是为 DSH 提供强大的文档解析与智能读取能力。适合需要处理复杂 PDF、文档或表格分析任务的用户。必要条件是需部署并配置可用的 Docling Serve 服务端点。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sqhao-O/dsh-doclingドキュメント
README 全文を読む ↗Configuration
| Field | Default | Meaning |
|---|---|---|
baseUrl | http://127.0.0.1:5001 | Docling Serve base URL; HTTP(S) only. |
apiKey | unset | Sent as the upstream X-Api-Key header. |
timeoutMs | 120000 | Per-request HTTP deadline. |
maxFileBytes | 52428800 | File size cap before upload (50 MiB). |
enableLocalFiles | true | Enable path sources, still subject to allowedLocalRoots. |
enableRemoteUrls | true | Enable HTTP(S) URL sources. |
allowedLocalRoots | [] | Explicit directories the model may read; empty denies all files. |
allowPrivateUrls | false | Allow localhost/private URL targets. Use only in controlled deployments. |
defaultOcr | true | Default Docling OCR setting. |
defaultTableMode | accurate | fast or accurate table extraction. |
defaultOutputFormat | md | md, text, or json. |
maxOutputChars | 32000 | Maximum parsed content returned to the model. |
debug | false | Log request metadata only; never logs API keys or document content. |
Invalid configuration fails while Cordis loads the plugin.