Sqhao-O/dsh-docling1

dsh-docling

基于 Docling 的 DeepSeek Harness 原生文档智能解析插件。

AI 分析

核心用途是为 DSH 提供强大的文档解析与智能读取能力。适合需要处理复杂 PDF、文档或表格分析任务的用户。必要条件是需部署并配置可用的 Docling Serve 服务端点。

包名
dsh-docling
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sqhao-O/dsh-docling

Configuration

FieldDefaultMeaning
baseUrlhttp://127.0.0.1:5001Docling Serve base URL; HTTP(S) only.
apiKeyunsetSent as the upstream X-Api-Key header.
timeoutMs120000Per-request HTTP deadline.
maxFileBytes52428800File size cap before upload (50 MiB).
enableLocalFilestrueEnable path sources, still subject to allowedLocalRoots.
enableRemoteUrlstrueEnable HTTP(S) URL sources.
allowedLocalRoots[]Explicit directories the model may read; empty denies all files.
allowPrivateUrlsfalseAllow localhost/private URL targets. Use only in controlled deployments.
defaultOcrtrueDefault Docling OCR setting.
defaultTableModeaccuratefast or accurate table extraction.
defaultOutputFormatmdmd, text, or json.
maxOutputChars32000Maximum parsed content returned to the model.
debugfalseLog request metadata only; never logs API keys or document content.

Invalid configuration fails while Cordis loads the plugin.