14
0
forked from pool/python-pyocr

Accepting request 914389 from home:glaubitz:branches:devel:languages:python

- 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/

OBS-URL: https://build.opensuse.org/request/show/914389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=9
This commit is contained in:
2021-08-28 10:35:56 +00:00
committed by Git OBS Bridge
parent 7bf92b0715
commit 21804ec3eb
4 changed files with 15 additions and 6 deletions

View File

@@ -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>