@locallens/dsh-tool-screenshot-ocr
适用于DeepSeek Harness的macOS Vision OCR工具插件:可读取屏幕截图、剪贴板图像或图像文件中的中英文文本。非官方社区项目。
AI 分析
核心用途是为DSH提供本地OCR文字识别能力。适合macOS用户,可通过剪贴板、图片文件或屏幕截图提取中英文文本并直接导入对话上下文。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uknowmyface/locallens说明文档
阅读完整 README ↗Usage
Ask in the chat box. No hotkey, no menu bar item, no background process.
Clipboard (most common): press Cmd+Ctrl+Shift+4 and drag a region, which copies the capture to the clipboard, then say "OCR the clipboard".
Image file: "read the text in ~/Desktop/bug.png"
Screen: "read what's on my screen". Captures the entire main display and requires Screen Recording permission.
Results land in the conversation context, so the next instruction can act on them:
OCR the clipboard and turn the table into markdown
read this error screenshot, then grep the project for where it's thrown
Configuration
Override by id in your profile's own cordis.patch.yml rather than forking. The user layer is applied after every bundle layer:
- id: tool-screenshot-ocr
config:
languages: 'ja,en-US'