deepseek-ai/deepseek-ocr

Contexts Optical Compression

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 1st, 2026
Created on October 17th, 2025
Open Issues & Pull Requests: 288 (+0)
GitHub issues: Enabled
Number of forks: 2,203
Total Stargazers: 23,871 (+0)
Total Subscribers: 110 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.6 hours
Mean response time: 4.6 days
90th percentile: 12.1 days
Tracked items: 175

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 97% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 249
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 291 days
Stale 30+ days: 247
Stale 90+ days: 241

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

DeepSeek-OCR is an optical character recognition model that investigates the role of vision encoders from a language model-centric viewpoint.

The tool addresses the challenge of efficiently extracting and compressing visual information for language models. It operates by encoding images at multiple resolution levels—ranging from tiny 512×512 inputs to large 1280×1280 inputs—and supports dynamic resolution modes that combine multiple scales in a single pass. This approach allows the model to balance visual detail capture with computational efficiency, producing compressed visual-text representations suitable for downstream language model processing.

Developers should choose this tool if they need to process images through language models with controlled token budgets and variable input resolutions. The project suits workflows involving document analysis, PDF processing, and batch evaluation on benchmarks. The tool is officially supported in upstream vLLM, which provides inference optimization and enables concurrent processing at approximately 2500 tokens per second on high-end hardware. Both vLLM and Transformers inference backends are available, giving flexibility in deployment choices.

The project maintains active development with official integration into vLLM's upstream documentation and examples. The codebase provides configuration-driven inference pipelines for both image and PDF inputs, with support for streaming output modes. A research paper accompanies the release, documenting the model's design and approach to visual-text compression.