forked from pool/python-pyocr
* Fix LineBoxBuilder: Take into account headers and footers too, not just the body. * switch from setup.py to pyproject.toml * switch from tox to pytest - Update project url and source to gitlab OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=12
78 lines
3.1 KiB
Plaintext
78 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 2 21:26:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8.5:
|
|
* Fix LineBoxBuilder: Take into account headers and footers
|
|
too, not just the body.
|
|
* switch from setup.py to pyproject.toml
|
|
* switch from tox to pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 18:40:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8.3:
|
|
* Workaround https://github.com/pypa/setuptools_scm/issues/727
|
|
* Add support for Tesseravt 5 + Linux
|
|
* Fix file descriptor leak (thanks to oda)
|
|
* Make the dependency on setuptools_scm optional
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 0.7.2:
|
|
* minor bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 16 22:25:00 UTC 2019 - Hardik Italia <hitalia@suse.com>
|
|
|
|
- Update to vetison 0.7:
|
|
* Drop support for Python <= 2.7
|
|
* Fix: Make sure the builder objects can be used to parse box files
|
|
even if Tesseract is not installed.
|
|
* PyOCR version is now automatically set in the module by setuptools_scm
|
|
instead of PyOCR's Makefile (except on Windows)
|
|
* Tesseract: optim: keep the get_version() in memory instead of calling
|
|
Tesseract everytime (get_version() by psm_parameter() which is called each
|
|
time a box file is parsed ...)
|
|
- Update project url and source to gitlab
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 26 15:53:23 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Update to version 0.5:
|
|
* Tesseract/Libtesseract + LineBoxBuilder: Add confidence scores
|
|
to every word boxes and to hOCR files (thanks to Adriano Pagano)
|
|
* Tesseract 4 (shell): Add '--oem 0' to specify legacy model when
|
|
doing orientation detection as orientation detection does not
|
|
work yet with Tesseract 4 (thanks to Adriano Pagano)
|
|
* Libtesseract: Fix multi-language support
|
|
* Tesseract (shell) + Windows: Never let the cmd window appear
|
|
* Libtesseract: Implements image_to_pdf() (thanks to Marian Skrip)
|
|
* Libtesseract: Hide debug messages (thanks to Ashish Kulkarni)
|
|
- Update project url and use github sources
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 15 11:09:17 UTC 2017 - mvetter@suse.com
|
|
|
|
- Use python singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 5 03:17:47 UTC 2016 - mailaender@opensuse.org
|
|
|
|
- update to version 0.4.1
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 10 20:32:13 UTC 2014 - jw@owncloud.com
|
|
|
|
- v0.2.3 initial pull from pypi
|
|
|