sml2h3/ddddocr

带带弟弟 通用验证码识别OCR pypi版

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 4th, 2026
Created on July 14th, 2021
Open Issues & Pull Requests: 121 (+0)
GitHub issues: Enabled
Number of forks: 2,338
Total Stargazers: 14,720 (+0)
Total Subscribers: 100 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.2 days
Mean response time: 61.0 days
90th percentile: 135.0 days
Tracked items: 86

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. Only 5% of issues opened in the past year have been closed. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 61
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 517 days
Stale 30+ days: 59
Stale 90+ days: 57

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 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ddddocr is a Python library for general-purpose offline captcha recognition using optical character recognition.

The tool addresses the problem of identifying various types of captchas locally without external services. It works by training deep neural networks on large batches of randomly generated data to recognize digit-letter combinations, Chinese characters, slider captchas, and special character captchas. The library emphasizes minimal dependencies and simple API design to reduce configuration overhead.

Developers should choose this tool if they need offline, local captcha recognition without relying on external services. It suits projects that process common captcha types including alphanumeric codes, Chinese text, slider verification, and special characters. The README does not compare this tool to alternatives.

The project maintains active development with regular updates to core functionality. Documentation is comprehensive, covering initialization parameters, model selection guidance, performance optimization, and advanced features like batch processing and multi-threading. The maintainers provide troubleshooting guidance for common issues including initialization speed, recognition accuracy, GPU acceleration, and memory usage. The codebase includes support for custom model imports, color filtering, target detection, and multiple preprocessing options for complex captchas.