From e75874cae410187ee45df21ef8c6d6b2efb21d96d8869b572d6f79c353be58e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Aug 2018 09:53:53 +0000 Subject: [PATCH] - Ensure we recommend some of the tesseract data so we can do at least some basic ocr operations OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=7 --- python-tesserocr.changes | 6 ++++++ python-tesserocr.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-tesserocr.changes b/python-tesserocr.changes index b55f6d2..ea13c41 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 2 09:40:45 UTC 2018 - tchvatal@suse.com + +- Ensure we recommend some of the tesseract data so we can do at + least some basic ocr operations + ------------------------------------------------------------------- Thu Aug 2 08:59:20 UTC 2018 - tchvatal@suse.com diff --git a/python-tesserocr.spec b/python-tesserocr.spec index 6076c0c..08b70d2 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -37,6 +37,8 @@ BuildRequires: python-rpm-macros BuildRequires: tesseract-ocr-traineddata-english BuildRequires: tesseract-ocr-traineddata-orientation_and_script_detection BuildRequires: pkgconfig(tesseract) +Requires: tesseract-ocr-traineddata-english +Requires: tesseract-ocr-traineddata-orientation_and_script_detection Recommends: python-Pillow %python_subpackages