DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-macos-vision-ocr

Offline macOS Vision OCR tool for DeepSeek Harness.

VisionTerminal & TUIDeveloper ToolsSecurity & Policy
1GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add github:leozou320-ai/dsh-macos-vision-ocr

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
A DeepSeek Harness plugin that adds an `ocr_image` tool for local text extraction from image files using Apple’s macOS Vision framework.

Key Capabilities

  • Adds an `ocr_image` tool for OCR on local image files.
  • Uses macOS Vision `VNRecognizeTextRequest` at accurate recognition level.
  • Supports PNG, JPEG, WebP, GIF, TIFF, BMP, HEIC, and HEIF images.
  • Accepts BCP-47 recognition languages per call.
  • Compiles and caches an embedded Swift helper on first use.
  • Returns recognized text, canonical image path, selected languages, and a truncation flag.

Useful For

  • Extracting text from screenshots, scans, and document images in a Harness session.
  • Reading Chinese or English image text with configured recognition languages.
  • Performing OCR without an API key or network request.

Who It Fits

  • DeepSeek Harness users on macOS.
  • Users who need local image-text extraction in agent workflows.
  • Developers able to install Xcode Command Line Tools and use a compatible developer-preview Harness build.

Documented Limitations

  • Requires macOS 13 or later.
  • Requires Xcode Command Line Tools and `swiftc` on `PATH`.
  • Requires DeepSeek Harness 0.1.0-rc.5 or a compatible developer-preview build.
  • Intentionally fails on Linux and Windows because Apple Vision is unavailable.
  • First OCR call is slower while the Swift helper compiles.
  • Does not provide general visual understanding such as object, face, or scene identification.
  • Reading order may be imperfect for multi-column or highly stylized layouts.
  • Recognized text enters the current session transcript and model context.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 0 development, 0 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
leozou320-ai/dsh-macos-vision-ocr
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
a89e9b5 · 2026-08-26

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app