@locallens/dsh-tool-screenshot-ocr
macOS Vision OCR tool plugin for DeepSeek Harness: read text from screen capture, clipboard images, or image files (zh-Hans + en-US). Unofficial community project.
AI Analysis
核心用途是为DSH提供本地OCR文字识别能力。适合macOS用户,可通过剪贴板、图片文件或屏幕截图提取中英文文本并直接导入对话上下文。
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uknowmyface/locallensREADME
Read the full 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'