forked from pool/python-tesserocr
Accepting request 655638 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 12:42:12 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim bias and filler wording.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 23:35:00 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
Name: python-tesserocr
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: A simple, Pillow-friendly, Python wrapper around tesseract-ocr
|
||||
Summary: A Python wrapper around tesseract-ocr
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/sirfz/tesserocr
|
||||
@@ -43,13 +43,13 @@ Recommends: python-Pillow
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A simple, Pillow-friendly wrapper around the tesseract-ocr API for Optical
|
||||
Character Recognition (OCR).
|
||||
A 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.
|
||||
which allows for Pythonic source code. It enables real concurrent
|
||||
execution when used with Python's threading module by releasing the
|
||||
GIL while processing an image in tesseract.
|
||||
|
||||
%prep
|
||||
%setup -q -n tesserocr-%{version}
|
||||
|
Reference in New Issue
Block a user