
Dnvriend Ollama Deepseek Ocr Tool
- 4 repo stars
- Updated December 5, 2025
- dnvriend/ollama-deepseek-ocr-tool
dnvriend-ollama-deepseek-ocr-tool is a Claude Code plugin that exposes a CLI to batch OCR document images with DeepSeek-OCR through Ollama.
About
dnvriend-ollama-deepseek-ocr-tool is a Claude Code plugin wrapping one CLI utility that batch-processes document images into markdown using DeepSeek-OCR served by Ollama on your machine. developers digitizing receipts, scans, screenshots, or PDF exports for RAG, support macros, or content pipelines install it when they want OCR without shipping pixels to a proprietary cloud API. The tool loads image paths, applies an OCR-oriented prompt, and returns structured text the agent can chunk, summarize, or load into a database. It is phase-specific integration work: you run it during build when wiring ingestion, or occasionally in operate when reprocessing archived scans—not for brainstorming or SEO. Complexity is beginner on the happy path if Ollama and the model are already installed, but intermediate when batch sizes, GPU memory, or path automation matter. This is a narrow task tool, not an methodology skill.
- Single-plugin CLI for batch OCR on document images via Ollama.
- Uses DeepSeek-OCR model with instruct-style prompts and markdown output.
- Local-first: no cloud OCR API required when Ollama is running.
- Designed as an invokable tool from agent sessions (loads images, returns text).
- Community plugin (dnvriend/ollama-deepseek-ocr-tool) with focused scope.
Dnvriend Ollama Deepseek Ocr Tool by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dnvriend-ollama-deepseek-ocr-tool@dnvriend/ollama-deepseek-ocr-toolAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | December 5, 2025 |
| Repository | dnvriend/ollama-deepseek-ocr-tool ↗ |
What it does
Batch-convert document images to markdown text locally by invoking DeepSeek-OCR through Ollama from Claude Code or your terminal.
Who is it for?
Privacy-conscious developers who already run Ollama and need repeatable OCR for docs, screenshots, or image folders.
Skip if: Skip if you're without local GPU or Ollama setup and need managed cloud OCR with SLAs and compliance attestations.
What you get
After install, you can invoke batch image-to-markdown OCR through Ollama and feed the text straight into downstream build or content workflows.
- Markdown text extracted from batches of document images
- Repeatable local OCR invocations without external OCR SaaS
Recommended Plugins
How it compares
Local OCR CLI integration, not an eight-skill engineering or planning marketplace bundle.
FAQ
Who is Dnvriend Ollama Deepseek Ocr Tool for?
It is for developers and developers using Claude Code who run Ollama locally and want DeepSeek-OCR for document and image batches.
When should I use Dnvriend Ollama Deepseek Ocr Tool?
Use it when ingesting scanned or image-based documents into markdown during build or content automation—not for git worktrees or launch SEO.
How do I add Dnvriend Ollama Deepseek Ocr Tool to my agent?
Install the plugin from dnvriend/ollama-deepseek-ocr-tool in Claude Code, install Ollama with the DeepSeek-OCR model, then invoke the CLI tool with your image paths from the agent or shell.