Sqhao-O/dsh-docling1

dsh-docling

Native document intelligence for DeepSeek Harness, powered by Docling.

AI 分析

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

パッケージ
dsh-docling
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.