2025-01-07 03:51:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 7 03:50:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Skip test cases that raise TesseractNotFoundError.
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
- Correct Requires, we need packaging not pkg_resources.
|
|
|
|
|
2023-12-14 20:55:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 14 20:54:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.3.13:
|
|
|
|
* Add support for Python 3.12
|
|
|
|
- update to 0.3.12:
|
|
|
|
* New functionality `run_and_get_multiple_output` #511
|
|
|
|
- update to 0.3.11:
|
|
|
|
* Fix for config parsing on Windows (#356 and #501)
|
|
|
|
* Fixes for the default hocr and boxing configs (#106 and #454)
|
|
|
|
* get_tesseract_version caching is optional and disabled by
|
|
|
|
default for the user (#411)
|
|
|
|
* Various CI upgrades
|
|
|
|
|
2023-02-06 10:37:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 6 10:33:46 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Update to v0.3.10
|
|
|
|
* Fix image_to_osd regression (reported by @klavdijS)
|
|
|
|
- v0.3.9
|
|
|
|
* Support only python 3.7+ (3.6 is End of Life)
|
|
|
|
* Switch from deprecated distutils version parsing to packaging.version
|
|
|
|
* Add build system requirements in order for pip to properly install Pillow
|
|
|
|
- v0.3.8
|
|
|
|
* Header handling in file_to_dict function by @igor-ma
|
|
|
|
* Proper raising behavior in case of timeout by @amenezes
|
|
|
|
* __version__ attribute support by @amenezes
|
|
|
|
* Couple of bug fixes
|
|
|
|
|
2021-03-01 09:38:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 1 02:53:00 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update license to Apache-2.0
|
|
|
|
- Update to v0.3.7
|
|
|
|
* no upstream changelog
|
|
|
|
|
2020-05-05 22:02:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 5 22:00:53 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
2020-05-05 22:11:49 +00:00
|
|
|
- Update to 0.3.4:
|
|
|
|
- Support for WebP images
|
|
|
|
- Support for python 3.8 (CI testing)
|
|
|
|
- Improved cli error reporting
|
2020-05-05 22:02:57 +00:00
|
|
|
- Don't use %python3_only command, but properly use alternatives.
|
|
|
|
|
2020-03-23 10:52:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 23 09:25:20 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 0.3.3
|
|
|
|
* no upstream changelog
|
|
|
|
|
2019-09-10 11:36:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 10 11:35:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.3.0:
|
|
|
|
* no upstream changelog
|
|
|
|
|
2019-07-22 13:32:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 13:31:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.2.7:
|
|
|
|
* no upstream changelog
|
|
|
|
|
2019-05-14 21:34:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 14 21:19:51 UTC 2019 - John Jolly <jjolly@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.2.6
|
|
|
|
+ No upstream changelog
|
|
|
|
|
2018-12-04 13:55:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:52:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-30 07:34:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 12:17:05 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix some grammar issues and replace future plans by current state.
|
|
|
|
|
2018-05-24 20:56:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:39:43 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.2.0
|
|
|
|
* Convert image to RGB mode in order to save as PNG
|
|
|
|
- Update to 0.1.9
|
|
|
|
* Preserve source image extension and metadata info
|
|
|
|
* Don't delete every file in current directory if the temp_name is not populated
|
|
|
|
* Remove enum dependency, fix bug with missing text in last line
|
|
|
|
* Support for different output types
|
|
|
|
* Added verbose option that returns detailed output from tesseract run
|
|
|
|
- Update to 0.1.8
|
|
|
|
* Add initial support for numpy arrays/opencv images
|
|
|
|
* Improved method to discard alpha channel
|
|
|
|
* Add optional nice agrument for runing tesseract with different priority
|
|
|
|
* fix python 3 byte string bug
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 18 16:46:49 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
- Update to version 0.1.7
|
|
|
|
* No changelog
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 10 21:31:13 UTC 2014 - jnweiger@gmail.com
|
|
|
|
|
|
|
|
- pull from pypi. needed by testipy
|
|
|
|
|