mindee/doctr

docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. Ongoing development and...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 10th, 2026
Created on January 8th, 2021
Open Issues & Pull Requests: 22 (+0)
GitHub issues: Enabled
Number of forks: 678
Total Stargazers: 6,345 (+0)
Total Subscribers: 52 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.7 hours
Mean response time: 26.2 days
90th percentile: 41.7 days
Tracked items: 141

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 9% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 725 days
Stale 30+ days: 15
Stale 90+ days: 13

Recent activity

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

Top labels

  • type: bug (59)
  • type: enhancement (55)
  • module: models (24)
  • framework: pytorch (15)
  • help wanted (12)
  • awaiting response (11)
  • topic: documentation (11)
  • topic: text detection (9)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

docTR is an optical character recognition library that performs text detection and recognition on documents using deep learning models.

The library addresses the challenge of extracting text from document images by combining text detection and recognition in a unified pipeline. It uses deep learning approaches built on PyTorch and TensorFlow 2, allowing it to identify where text appears in an image and then recognize what that text says. The tool is designed to handle document-specific OCR tasks where both locating and reading text are necessary steps in the workflow.

Developers should choose docTR if they need a Python-based OCR solution that integrates detection and recognition without requiring separate model pipelines. The library suits projects involving document processing, form extraction, or any application where automated text reading from images is central. The emphasis on accessibility and high performance suggests it targets both researchers prototyping solutions and teams building production systems, though the README does not compare it to alternative OCR libraries.

The project maintains active development with regular updates to its codebase. The maintainers respond to issues and pull requests consistently, indicating ongoing engagement with user needs. Documentation is kept current alongside code changes, and the project accepts community contributions while preserving code quality through review processes.