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. 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.