dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
A DeepSeek Harness plugin that adds a read_pdf tool, extracting text from PDF files page by page. Fully local parsing — no upload, no network access.
为 DeepSeek Harness 增加 read_pdf 工具,逐页提取 PDF 文本。纯本地解析,不上传、不联网。
dsh plugin --profile web add github:ralfsqual/dsh-pdf-reader
Or install from a local checkout / 或本地安装:
dsh plugin --profile web add /path/to/dsh-pdf-reader
Restart dsh web afterwards. The read_pdf tool becomes available to the agent in new sessions.
重启 dsh web 后生效,新会话中 Agent 即可调用 read_pdf。
Tell the agent to read a PDF, or combine it with an @ file mention (e.g. via dsh-at-file):
Read @docs/spec.pdf and summarize the requirements.
读取 @docs/report.pdf 并总结要点。
| Parameter | Type | Description |
|---|---|---|
path |
string | PDF path, relative to the current working directory or an absolute path inside the workspace. / 相对当前工作目录或工作区内绝对路径 |
maxPages |
number | Max pages to extract, default 500; 0 = no limit. / 最多提取页数 |
maxChars |
number | Max characters to return, default 120000. / 最多返回字符数 |
defineTool (@deepseek-ai/dsh-tools).2.6.347), extracting text per page with --- page N --- separators.pages, extractedPages, truncated, empty, text) with a readable render.path must resolve inside the current working directory; escape attempts (e.g. ../) are rejected. / 路径限定工作区内,越界拒绝。web (or any agent-capable) profile.>= 22.19.empty; OCR is out of scope). / 仅提取文本层,扫描件需 OCR。@ when combined with @-mention plugins. / 与 @ 引用插件合用时路径不能以 @ 开头。maxPages/maxChars; output is truncated with a truncated: true marker.MIT — see LICENSE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。