Changelog for
python311-tesserocr-2.7.1-46.8.x86_64.rpm :
* Mon Sep 23 2024 Dirk Müller
- update to 2.7.1:
* bugfix: `set_leptonica_log_level` expects int
* revert: disable tesseract\'s logging by default
* Sun Apr 28 2024 Mia Herkt - 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 02 2024 Dirk Müller - update to 2.6.3:
* Clarified the comments for tessdata path
* skip unit test for GetComponentImages if Pillow is missing
* Build with C++17 for Tesseract>=5.3.4
* Tue Nov 07 2023 Mia Herkt - Update to 2.6.2 (no user-facing changes)
* Sun Jun 11 2023 Mia Herkt - Fix build: Add libcurl dependency
* Fri Mar 17 2023 Mia Herkt - 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 2023 Daniel Garcia - Disable current broken tests, test_LSTM_choices, test_detect_os and or test_init, gh#sirfz/tesserocr#295
* Sat Jan 14 2023 Hans-Peter Jansen - Apply 1441bec703cf68161acce5e85907ddd71c47fdc3.patch from upstream project in order to build with Leptonica 1.83.0- Make tests work again
* Fri Nov 11 2022 pgajdosAATTsuse.com- silent rpmlint
* Fri Nov 11 2022 pgajdosAATTsuse.com- python-six is not required
* Wed Jun 23 2021 Mia Herkt - 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)