Sqhao-O/dsh-docs3

dsh-docling

Local PDF, Office, image, and OCR document intelligence for DeepSeek Harness.

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.