AI Agent Hub
Back to plugins
🤖

xby-ocr-pro

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-ocr-pro

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xby-skill/xby-ocr-pro in your terminal to install the plugin, whose source is hosted at https://github.com/xby-skill/xby-ocr-pro .

About this plugin

Scanned receipts, tutorial screenshots, street signage — pulling readable text out of an image without retyping it sounds trivial, but doing it every time by hopping to an online OCR site, uploading a file, and pasting the result adds up to real friction over a workday. xby-ocr-pro removes that friction: give it an image that contains text and it detects and returns the characters, so you can drop the whole upload-copy-paste loop from your workflow.

The plugin accepts three input shapes — a remote image URL, a Base64-encoded string, or a local file path — which means it slots directly into whichever format your pipeline already produces, with no transcoding step in between. The API key is set once in chat and is automatically persisted across restarts, making it well suited to long-running automation flows where re-authenticating on every invocation would be a pain.

If your daily work involves turning document photos, UI screenshots, or digital posters into structured text, or if you simply need a ready-made "read the image" node inside a DSH pipeline, xby-ocr-pro is a lightweight, plug-and-play option that gets out of the way.

Use Cases

  • Turn text in screenshots or document photos into editable text with a single call
  • Extract structured text from images as a step inside an automation pipeline
  • Read and capture text from irregular sources such as billboards or signs

Best For

  • Developers who need to batch-extract text from images into a workflow
  • Automation engineers adding an OCR step inside a DSH pipeline
  • Business teams that want to convert unstructured image content into usable text