14
0
Files
python-tesserocr/python-tesserocr.changes
Mia Herkt a51a0bb0dc - Update to version 2.4.0
Tesseract v4 new API methods supported:
  * GetBestLSTMSymbolChoices
  * BlanWksBeforeWord

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=12
2018-12-05 23:39:24 +00:00

88 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 5 23:35:00 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
- Update to version 2.4.0
Tesseract v4 new API methods supported:
* GetBestLSTMSymbolChoices
* BlanWksBeforeWord
-------------------------------------------------------------------
Mon Aug 13 18:20:26 UTC 2018 - 9+suse@cirno.systems
- Update to version 2.3.1
* Python 3.7 support release
-------------------------------------------------------------------
Thu Aug 2 09:40:45 UTC 2018 - tchvatal@suse.com
- Ensure we require some of the tesseract data so we can do at
least some basic ocr operations
-------------------------------------------------------------------
Thu Aug 2 08:59:20 UTC 2018 - tchvatal@suse.com
- Drop unused bcond
-------------------------------------------------------------------
Tue Jun 26 16:07:43 UTC 2018 - 9+suse@cirno.systems
- Run tests
- Use %license macro
- 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
- Add doc files
-------------------------------------------------------------------
Sun Aug 6 10:37:03 UTC 2017 - 9@cirno.systems
- Switch to PyPI source URL
- Add Pillow (PIL) to Recommends
-------------------------------------------------------------------
Wed Jul 26 19:42:30 UTC 2017 - 9@cirno.systems
- v2.2.2
* Support timeout in Recognize API methods
* Fixed typo in _Enum initialization error message formatting
* Display tessdata path in init exception message
* Fixed version check in Python 3 when reading the version number
from the tesseract executable
-------------------------------------------------------------------
Thu Jun 1 18:06:25 UTC 2017 - 9@cirno.systems
v2.2.1
* Fixed setup bug that affects gcc versions with no -std=c++11 option support
(which should be required by tesseract 4.0+ and not older versions).
-------------------------------------------------------------------
Sun May 28 15:39:24 UTC 2017 - 9@cirno.systems
v2.2.0
* Improved setup script
* Tesseract 4.0 support:
- Two new OEM enums: OEM.LSTM_ONLY and OEM.TESSERACT_LSTM_COMBINED (tesseract 4.0+)
- Two new API methods: GetTSVText and DetectOrientationScript (tesseract 4.0+)
- PyTessBaseApi.__init__ now accepts a new attribute oem (OCR engine mode: OEM.DEFAULT by default).
- file_to_text and image_to_text functions now also accept the oem attribute as above.
* Fixed segfault on API Init* failure
* Fixed segfault when pixa_to_list returns NULL
* Documentation fixes and other minor improvments
-------------------------------------------------------------------
Sat Apr 1 03:18:38 UTC 2017 - 9@cirno.systems
- Initial commit