Deepseek Ocr Visor Agent banner
JackChen-me JackChen-me

Deepseek Ocr Visor Agent

Data community

Description

A production-ready, AI-agent-native wrapper for DeepSeek-OCR that turns documents into structured data in just 3 lines of code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DeepSeek OCR Visor Agent

**Production-ready wrapper for [DeepSeek-OCR](https://huggingface.co/deepseek-ai/DeepSeek-OCR)** - Convert documents to structured data in 3 lines of code

[![PyPI version](https://img.shields.io/pypi/v/deepseek-visor-agent.svg)](https://pypi.org/project/deepseek-visor-agent/) [![Python versions](https://img.shields.io/pypi/pyversions/deepseek-visor-agent.svg)](https://pypi.org/project/deepseek-visor-agent/) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Downloads](https://img.shields.io/pypi/dm/deepseek-visor-agent.svg)](https://pypi.org/project/deepseek-visor-agent/)

**Keywords**: DeepSeek OCR, DeepSeek-OCR wrapper, document OCR, AI agent vision tool, LangChain OCR, LlamaIndex OCR


⚠️ **GPU Requirements (CRITICAL)**

**NVIDIA GPU with Turing+ architecture required**

✅ Supported ❌ Not Supported
RTX 20/30/40 series (Turing/Ampere/Ada) GTX 10 series (Pascal - no FlashAttention)
Tesla T4, A10, A100 GTX 1080 Ti, GTX 1660
Minimum: RTX 2060 (6GB VRAM) CPU-only mode
Recommended: RTX 3090 (24GB VRAM) AMD GPUs (ROCm)

**Why?** DeepSeek-OCR requires [FlashAttention 2.x](https://github.com/Dao-AILab/flash-attention), which only supports compute capability 7.5+ (Turing and newer).

**No GPU?** Join our hosted API waitlist (planned for future release).

📖 **Detailed compatibility guide**: [GPU_COMPATIBILITY.md](docs/GPU_COMPATIBILITY.md)


🎯 What is This?

DeepSeek Visor Agent is a **production-ready Python wrapper** for [DeepSeek-OCR](https://huggingface.co/deepseek-ai/DeepSeek-OCR), the state-of-the-art open-source OCR model by DeepSeek AI.

**Built on DeepSeek-OCR**, this wrapper makes document understanding **effortless for AI agents** by handling all the complexity:

  • Auto device detection (CUDA with Turing+ GPUs)
  • Automatic fallback (Gundam mode → Base mod