madmaze/pytesseract
A Python wrapper for Google Tesseract observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 92
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5789
- days_rel: n/a
- days_push: 51
- n_releases_24m: 0
Adoption not part of the score
6383 stars · 749 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Python-tesseract is a Python wrapper for Google's Tesseract-OCR engine that recognizes and extracts text embedded in images. It supports all image types readable by Pillow and Leptonica and can also be used as a standalone invocation script for tesseract.
Use cases
- extract text from images in python
- run ocr on scanned documents
- read text from png jpeg tiff images
- recognize text in multiple languages
- batch ocr processing of image files
- convert image-based pdfs or screenshots to text
When to choose
- you need OCR from Python code with a simple API
- you want to leverage the mature Tesseract engine across many image formats
- you need multilingual text recognition with language selection
When to avoid
- you need state-of-the-art accuracy on handwriting or complex layouts
- you cannot install the external Tesseract-OCR binary
- you need cloud OCR with built-in document structure parsing
Facets
library · maturity stable
ocr image-processing computer-vision image-processing python cross-platform tesseract text-recognition pillow wrapper natural-language-processing
2 sources
- readme: https://github.com/madmaze/pytesseract · fetched 2026-08-28 · 8d995024d158
- registry_pypi: https://pypi.org/pypi/pytesseract/json · fetched 2026-08-29 · 81a8633cddaf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| madmaze/pytesseract | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="madmaze/pytesseract")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem