14
0

- Update to 2.5.2

* Support new Tesseract 5 API (gh#sirfz/tesserocr#242)
  * GetBestLSTMSymbolChoices crash fix (gh#sirfz/tesserocr#241)
  * Fallback to BMP instead of PNG
  * Create pix from a BMP image bytes (gh#sirfz/tesserocr#156)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=24
This commit is contained in:
2021-06-23 17:47:37 +00:00
committed by Git OBS Bridge
parent 01c3c46798
commit 2666cc0faf
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 23 17:43:23 UTC 2021 - Mia Herkt <mia@0x0.st>
- Update to 2.5.2
* Support new Tesseract 5 API (gh#sirfz/tesserocr#242)
* GetBestLSTMSymbolChoices crash fix (gh#sirfz/tesserocr#241)
* Fallback to BMP instead of PNG
* Create pix from a BMP image bytes (gh#sirfz/tesserocr#156)
-------------------------------------------------------------------
Thu Mar 26 10:39:41 UTC 2020 - pgajdos@suse.com