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.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / python-tesserocr
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-tesserocr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-tesserocr.changes | 0000006991 6.83 KB | |
python-tesserocr.spec | 0000002607 2.55 KB | |
tesserocr-2.7.0.tar.gz | 0000071807 70.1 KB |
Revision 40 (latest revision is 43)
Mia Herkt (mia)
committed
(revision 40)
- Update to 2.7.0: * Allow passing configs/variables on initialization gh#sirfz/tesserocr#349 * Stub file for completion gh#sirfz/tesserocr#350 * Expose leptonica's log level setting via set_leptonica_log_level function * Keep tesseract's default debug_file setting
Comments 0