dsh-windows-ocr
maxwell-feng/dsh-windows-ocr
Local OCR for attached images via the built-in Windows engine (Windows.Media.Ocr): only the recognized text is sent to the model, never the image bytes; vision passthrough is opt-in.
DeepSeek Harness plugin
Local OCR for attached images via Tesseract: only the recognized text is sent to the model, never the image bytes; vision passthrough is opt-in.
Jump to installSend the GitHub link to DSH, Codex, or another agent. Ask it to explain the purpose, access, installation, and removal steps, then wait for your approval before running commands. Paste the README if it cannot open the link.
dsh plugin --profile web add @maxwell-feng/dsh-tesseract-ocrThis command comes from the community plugin list. Open the repository and check the setup steps and scripts before running it.
These are the original fields from the community list, kept here so you can compare them with the GitHub repository.
registry-record.jsonCheck against GitHub before use{
"name": "dsh-tesseract-ocr",
"owner": "maxwell-feng",
"category": "vision",
"description": "Local OCR for attached images via Tesseract: only the recognized text is sent to the model, never the image bytes; vision passthrough is opt-in.",
"install": "dsh plugin --profile web add @maxwell-feng/dsh-tesseract-ocr",
"npm": "@maxwell-feng/dsh-tesseract-ocr",
"stars": 2,
"added": "2026-08-17",
"source": "registry"
}See which files it changes, which websites or API keys it can access, which install scripts it runs, and whether it has a license and removal steps. GitHub stars only show attention.