14
0

Accepting request 655636 from home:jengelh:branches:devel:languages:python

- Trim bias and filler wording.

OBS-URL: https://build.opensuse.org/request/show/655636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=14
This commit is contained in:
Mia Herkt
2018-12-06 12:43:46 +00:00
committed by Git OBS Bridge
parent a51a0bb0dc
commit 8a227e75fa
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>

View File

@@ -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}