14
0

- Update to 2.6.0

* _pix_to_image now works with binary images
    gh#sirfz/tesserocr#274
  * SetImage with alpha channels support
    gh#sirfz/tesserocr#280
  * Leptonica 1.83.0 support
    gh#sirfz/tesserocr#306
  * Pointsize should be returned even if fontname doesn't exist
    gh#sirfz/tesserocr#308
  * Added Python 3.10, 3.11 setup classifiers
- Drop 1441bec703cf68161acce5e85907ddd71c47fdc3.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=32
This commit is contained in:
2023-03-17 22:14:14 +00:00
committed by Git OBS Bridge
parent a4b36342a6
commit b58acc49df
5 changed files with 19 additions and 37 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 17 22:09:28 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 2.6.0
* _pix_to_image now works with binary images
gh#sirfz/tesserocr#274
* SetImage with alpha channels support
gh#sirfz/tesserocr#280
* Leptonica 1.83.0 support
gh#sirfz/tesserocr#306
* Pointsize should be returned even if fontname doesn't exist
gh#sirfz/tesserocr#308
* Added Python 3.10, 3.11 setup classifiers
- Drop 1441bec703cf68161acce5e85907ddd71c47fdc3.patch
-------------------------------------------------------------------
Mon Feb 27 10:22:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>