madmaze/pytesseract

A Python wrapper for Google Tesseract

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 10th, 2026
Created on October 27th, 2010
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 749
Total Stargazers: 6,384 (+0)
Total Subscribers: 105 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.4 hours
Mean response time: 10.8 days
90th percentile: 13.5 days
Tracked items: 23

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 950 days
Stale 30+ days: 11
Stale 90+ days: 10

Recent activity

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

Top labels

  • Feature Request (5)
  • Bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

pytesseract is a Python wrapper for Google Tesseract that provides a simple interface to optical character recognition capabilities.

The tool solves the problem of integrating Tesseract OCR functionality into Python applications without requiring developers to manage subprocess calls or parse raw Tesseract output directly. It wraps the command-line Tesseract engine, handling the complexity of invoking the underlying binary and converting results into Python-friendly formats. This approach allows developers to perform text extraction from images through straightforward Python function calls.

Developers should choose this tool when building Python applications that need OCR functionality and want to avoid the boilerplate of directly interfacing with Tesseract's command-line interface. It suits projects ranging from document processing pipelines to image analysis workflows where extracting text from images is a core requirement. The wrapper is most useful for teams already committed to using Tesseract as their OCR engine and seeking a cleaner Python integration layer.

The project maintains steady activity with regular updates addressing compatibility and functionality improvements. Development shows responsiveness to user-reported issues and pull requests. The codebase receives ongoing maintenance to ensure compatibility with evolving Python versions and Tesseract releases.