A simple, Pillow-friendly, Python wrapper around tesseract-ocr
A simple, Pillow-friendly wrapper around the tesseract-ocr API for Optical
Character Recognition (OCR).
tesserocr integrates directly with Tesseract's C++ API using Cython
which allows for simple Pythonic and easy-to-read source code. It
enables real concurrent execution when used with Python's threading
module by releasing the GIL while processing an image in tesseract.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-tesserocr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-tesserocr.changes | 0000007245 7.08 KB | |
python-tesserocr.spec | 0000002607 2.55 KB | |
tesserocr-2.7.1.tar.gz | 0000071816 70.1 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1202582
from
Dirk Mueller (dirkmueller)
(revision 20)
- update to 2.7.1: * bugfix: `set_leptonica_log_level` expects int * revert: disable tesseract's logging by default
Comments 0