3d02680eb5
- Drop unpin-cython.patch but make version range explicit in BuildRequires - Update to 2.9.0 * fix: update test, make it pass gh#sirfz/tesserocr#364 * Improve stub file gh#sirfz/tesserocr#371 * Convert more exceptions gh#sirfz/tesserocr#365 * Drop python2 support gh#sirfz/tesserocr#377 * All words error handling gh#sirfz/tesserocr#378
Mia Herkt2025-10-09 21:12:58 +00:00
1ae90da3b2
- add unpin-cython.patch to unpin cython version
Mia Herkt2025-08-05 17:04:41 +00:00
51f5b86205
Accepting request 1251863 from devel:languages:python
Ana Guerrero2025-03-11 19:44:39 +00:00
e1e6e69296
- Update to 2.8.0 * Build Python 3.13 wheels by @nijel in (#357) * chore(ci): Modernize wheel builds by @nijel in (#362) - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install - Use Python 3.11 on SLE-15 by default
Matej Cepl2025-03-10 18:03:11 +00:00
a7e1db4dff
Accepting request 1202582 from devel:languages:python
Ana Guerrero2024-09-23 13:23:52 +00:00
7fccd36a78
- update to 2.7.1: * bugfix: set_leptonica_log_level expects int * revert: disable tesseract's logging by default
Dirk Mueller2024-09-23 09:21:14 +00:00
04085ba362
Accepting request 1170607 from devel:languages:python
Ana Guerrero2024-04-28 19:51:22 +00:00
6f3317864c
- 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
Mia Herkt2024-04-28 15:54:22 +00:00
3e8666c2ae
Accepting request 1164224 from devel:languages:python
Ana Guerrero2024-04-03 15:20:14 +00:00
c94604b0fa
- 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 (which should be required by tesseract 4.0+ and not older versions). * Documentation fixes and other minor improvments
Dirk Mueller2024-04-02 18:54:34 +00:00
f783298d12
Accepting request 1123701 from devel:languages:python
Ana Guerrero2023-11-07 20:26:18 +00:00
8b0048b214
- Update to 2.6.2 (no user-facing changes)
Mia Herkt2023-11-07 01:04:57 +00:00
b58acc49df
- 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
Mia Herkt2023-03-17 22:14:14 +00:00
a4b36342a6
- Disable current broken tests, test_LSTM_choices, test_detect_os and or test_init, gh#sirfz/tesserocr#295
Daniel Garcia2023-02-27 10:33:39 +00:00
2666cc0faf
- 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)
Mia Herkt2021-06-23 17:47:37 +00:00
786381b22e
- Update to version 2.5.0 * Support for RowAttributes method in LTRResultIterator * SetImage: use PNG instead of JPEG fallback * Replace STRING::string() by c_str() * Don't use assignment operator for TessBaseAPI
Mia Herkt
2019-11-26 00:50:54 +00:00
a51a0bb0dc
- Update to version 2.4.0 Tesseract v4 new API methods supported: * GetBestLSTMSymbolChoices * BlanWksBeforeWord
Mia Herkt
2018-12-05 23:39:24 +00:00
3251ab8104
- 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
Mia Herkt
2018-06-26 16:09:05 +00:00