sirfz/tesserocr
A Python Cython wrapper around the Tesseract OCR C++ API for extracting text from images.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
tesserocr provides Python bindings to the Tesseract OCR engine using Cython, allowing Python applications to perform optical character recognition on images. It integrates directly with Tesseract’s C++ API and supports concurrent execution via Python threading by releasing the GIL during image processing.