14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=25
This commit is contained in:
2023-12-14 20:55:25 +00:00
committed by Git OBS Bridge
parent 85c6ce0253
commit c79df399b9
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Mon Feb 6 10:33:46 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>