14
0

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:
2018-12-07 13:35:02 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 6 deletions

View File

@@ -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> Wed Dec 5 23:35:00 UTC 2018 - Martin Herkt <9+suse@cirno.systems>

View File

@@ -20,7 +20,7 @@
Name: python-tesserocr Name: python-tesserocr
Version: 2.4.0 Version: 2.4.0
Release: 0 Release: 0
Summary: A simple, Pillow-friendly, Python wrapper around tesseract-ocr Summary: A Python wrapper around tesseract-ocr
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/sirfz/tesserocr URL: https://github.com/sirfz/tesserocr
@@ -43,13 +43,13 @@ Recommends: python-Pillow
%python_subpackages %python_subpackages
%description %description
A simple, Pillow-friendly wrapper around the tesseract-ocr API for Optical A wrapper around the tesseract-ocr API for Optical Character
Character Recognition (OCR). Recognition (OCR).
tesserocr integrates directly with Tesseract's C++ API using Cython tesserocr integrates directly with Tesseract's C++ API using Cython
which allows for simple Pythonic and easy-to-read source code. It which allows for Pythonic source code. It enables real concurrent
enables real concurrent execution when used with Python's threading execution when used with Python's threading module by releasing the
module by releasing the GIL while processing an image in tesseract. GIL while processing an image in tesseract.
%prep %prep
%setup -q -n tesserocr-%{version} %setup -q -n tesserocr-%{version}