Sqhao-O/dsh-docs3

dsh-docling

为 DeepSeek Harness 提供本地 PDF、Office 文档、图片及 OCR 的文档智能解析服务。

AI 分析

用于本地解析PDF、Office和图片并支持OCR。适合需要离线处理多格式文档、提取文本信息的DeepSeek Harness用户。需配置Python或Node运行环境及Tesseract语言包。

套件
dsh-docling
版本
0.1.0
授權
MIT
最近更新
2026年8月15日

安裝

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

Configuration

FieldDefaultMeaning
engineautonode, python, or auto; auto selects configured embedded Python, otherwise Node Xberg.
runtimeDirunsetAbsolute embedded-runtime directory.
pythonCommandunsetTrusted Python executable for a managed runtime.
pythonWorkerPathshipped workerAbsolute Python worker override.
tessdataPathruntime ocr/tessdataAbsolute bundled Tesseract language-data directory.
ocrBackendautoauto or tesseract; both select the pinned local Tesseract backend.
ocrLanguages[eng]Ordered local OCR language packs.
timeoutMs120000Per-conversion deadline.
maxFileBytes52428800Authorized input-size cap.
allowedLocalRoots[]Absolute non-root directories the model may read.
defaultOcrfalseOCR default for images and scans; enable it only with a configured local tessdata runtime.
defaultTableModeaccuratefast or accurate PDF table behavior.
defaultOutputFormatmdmd, text, or json.
maxOutputChars32000Maximum result returned to the model.
debugfalseLogs safe engine metadata only.

Older baseUrl, apiKey, enableRemoteUrls, and allowPrivateUrls profile fields are accepted only for migration; they do not enable a remote engine.