14
0

- Update to version 2.3.0

* Support for Tesseract 4
    + New OCR engines LSTM_ONLY and TESSERACT_LSTM_COMBINED
    + New default tessdata path handling
  * Fixed compilation against Tesseract v3.05.02 which required
    c++11
  * Fallback to 'eng' as default language when default language
    returned by the API is empty

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=3
This commit is contained in:
Mia Herkt
2018-06-26 16:09:05 +00:00
committed by Git OBS Bridge
parent c51923fa89
commit 3251ab8104
5 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 26 16:07:43 UTC 2018 - 9+suse@cirno.systems
- Update to version 2.3.0
* Support for Tesseract 4
+ New OCR engines LSTM_ONLY and TESSERACT_LSTM_COMBINED
+ New default tessdata path handling
* Fixed compilation against Tesseract v3.05.02 which required
c++11
* Fallback to 'eng' as default language when default language
returned by the API is empty
-------------------------------------------------------------------
Fri Aug 11 12:01:33 UTC 2017 - 9@cirno.systems