Ross ROSS = Recommend OSS · open-source software intelligence for agents

sirfz/tesserocr

A Python wrapper for the tesseract-ocr API observed · 2026-08-28

github.com/sirfz/tesserocr · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 96
  • Release rhythm 84
  • 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: 68
  • age_days: 3912
  • days_rel: 29
  • days_push: 29
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2171 stars · 260 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python wrapper around the tesseract-ocr C++ API built with Cython for optical character recognition. It is Pillow-friendly, works with image files, and releases the GIL during processing to enable real concurrency with Python threads.

Use cases

  • extract text from images in python
  • run ocr on scanned pdf pages
  • recognize text in pillow images
  • perform multithreaded ocr in python
  • wrap tesseract without shelling out to the CLI

When to choose

  • you want fast, direct API access to tesseract from Python instead of subprocess calls
  • you need concurrent OCR with real parallelism via threading
  • your images are already loaded as Pillow Image objects

When to avoid

  • you cannot install native libtesseract/libleptonica dependencies
  • you need a pure-Python OCR solution
  • you need OCR engines beyond tesseract

Facets

library · maturity active

ocr image-processing computer-vision image-processing files windows python tesseract cython pillow text-extraction linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
sirfz/tesserocrmain93

For agents

markdown · JSON · MCP: product_card(name="sirfz/tesserocr")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem