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}