14
0

- Update to 2.7.0:

* Allow passing configs/variables on initialization
    gh#sirfz/tesserocr#349
  * Stub file for completion
    gh#sirfz/tesserocr#350
  * Expose leptonica's log level setting via
    set_leptonica_log_level function
  * Keep tesseract's default debug_file setting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=40
This commit is contained in:
2024-04-28 15:54:22 +00:00
committed by Git OBS Bridge
parent c94604b0fa
commit 6f3317864c
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Apr 28 15:30:33 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 2.7.0:
* Allow passing configs/variables on initialization
gh#sirfz/tesserocr#349
* Stub file for completion
gh#sirfz/tesserocr#350
* Expose leptonica's log level setting via
set_leptonica_log_level function
* Keep tesseract's default debug_file setting
-------------------------------------------------------------------
Tue Apr 2 18:53:44 UTC 2024 - Dirk Müller <dmueller@suse.com>