From 2666cc0fafdcdfe16ecb5df4a7f95fffdb83b753651b3fe3311ec6a09c7a1722 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 23 Jun 2021 17:47:37 +0000 Subject: [PATCH] - Update to 2.5.2 * Support new Tesseract 5 API (gh#sirfz/tesserocr#242) * GetBestLSTMSymbolChoices crash fix (gh#sirfz/tesserocr#241) * Fallback to BMP instead of PNG * Create pix from a BMP image bytes (gh#sirfz/tesserocr#156) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=24 --- python-tesserocr.changes | 9 +++++++++ python-tesserocr.spec | 4 ++-- tesserocr-2.5.1.tar.gz | 3 --- tesserocr-2.5.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 tesserocr-2.5.1.tar.gz create mode 100644 tesserocr-2.5.2.tar.gz diff --git a/python-tesserocr.changes b/python-tesserocr.changes index 36dbd7d..3498ed1 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 23 17:43:23 UTC 2021 - Mia Herkt + +- Update to 2.5.2 + * Support new Tesseract 5 API (gh#sirfz/tesserocr#242) + * GetBestLSTMSymbolChoices crash fix (gh#sirfz/tesserocr#241) + * Fallback to BMP instead of PNG + * Create pix from a BMP image bytes (gh#sirfz/tesserocr#156) + ------------------------------------------------------------------- Thu Mar 26 10:39:41 UTC 2020 - pgajdos@suse.com diff --git a/python-tesserocr.spec b/python-tesserocr.spec index aeecfa5..19d3b45 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -1,7 +1,7 @@ # # spec file for package python-tesserocr # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tesserocr -Version: 2.5.1 +Version: 2.5.2 Release: 0 Summary: A Python wrapper around tesseract-ocr License: MIT diff --git a/tesserocr-2.5.1.tar.gz b/tesserocr-2.5.1.tar.gz deleted file mode 100644 index 447a804..0000000 --- a/tesserocr-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0a6f44044217f962541f3166c817023cf149d208cd5cb19cc46fc1032698731 -size 54587 diff --git a/tesserocr-2.5.2.tar.gz b/tesserocr-2.5.2.tar.gz new file mode 100644 index 0000000..6419d48 --- /dev/null +++ b/tesserocr-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9371dd3f6fe3238039c73bfe15bcaf21389f7e75f62bd530a30110149f39b2ae +size 57406