From 8a227e75fa6f16dd5100d7ef1700fd91d18923d5d38a244475692ac90c8763a6 Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Thu, 6 Dec 2018 12:43:46 +0000 Subject: [PATCH] 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 --- python-tesserocr.changes | 5 +++++ python-tesserocr.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-tesserocr.changes b/python-tesserocr.changes index 1ad6a2b..29f9927 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 12:42:12 UTC 2018 - Jan Engelhardt + +- Trim bias and filler wording. + ------------------------------------------------------------------- Wed Dec 5 23:35:00 UTC 2018 - Martin Herkt <9+suse@cirno.systems> diff --git a/python-tesserocr.spec b/python-tesserocr.spec index 7096239..5b46d28 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -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}