forked from pool/python-pyocr
Accepting request 914761 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/914761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyocr?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:375e563220e2a703e7ae729c2ae10af2cbbfc6c678dca80a7a253b5ad756164d
|
||||
size 63961
|
3
python-pyocr-0.8.tar.gz
Normal file
3
python-pyocr-0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3b6a61d4eb5c045cb2c7802232a9bb98bdf32081433f04308f924edb5e43053
|
||||
size 65023
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 10:41:00 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.8:
|
||||
* Replaced libtesseract.image_to_pdf() by an object-oriented API that allows
|
||||
creating PDF with more than 1 page (thanks to Matthias Kraus).
|
||||
* Tesseract 4 + sys.frozen=True: Fix TESSDATA_PREFIX: starting with
|
||||
Tesseract 4, the path must include tessdata/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 11:51:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyocr
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define sha f4b068cdf359186bfbed36959c53e9e52e2eda84
|
||||
%define sha f9f93bbd83ab5814b1c56c3ffe41addc9ec622dc
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pyocr
|
||||
Version: 0.7.2
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: Python wrapper for OCR engines
|
||||
License: GPL-3.0-or-later
|
||||
|
Reference in New Issue
Block a user