14
0
Commit Graph

43 Commits

Author SHA256 Message Date
c04c99e095 Accepting request 1202582 from devel:languages:python
- update to 2.7.1:
  * bugfix: `set_leptonica_log_level` expects int
  * revert: disable tesseract's logging by default

OBS-URL: https://build.opensuse.org/request/show/1202582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=20
2024-09-23 13:23:52 +00:00
16abe536f8 - update to 2.7.1:
* bugfix: `set_leptonica_log_level` expects int
  * revert: disable tesseract's logging by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=42
2024-09-23 09:21:14 +00:00
04085ba362 Accepting request 1170607 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1170607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=19
2024-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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=40
2024-04-28 15:54:22 +00:00
3e8666c2ae Accepting request 1164224 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1164224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=18
2024-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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=38
2024-04-02 18:54:34 +00:00
f783298d12 Accepting request 1123701 from devel:languages:python
- Update to 2.6.2 (no user-facing changes)

OBS-URL: https://build.opensuse.org/request/show/1123701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=17
2023-11-07 20:26:18 +00:00
8b0048b214 - Update to 2.6.2 (no user-facing changes)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=36
2023-11-07 01:04:57 +00:00
c52155cc51 Accepting request 1092080 from devel:languages:python
- Fix build: Add libcurl dependency

OBS-URL: https://build.opensuse.org/request/show/1092080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=16
2023-06-11 17:55:49 +00:00
59e1b9902d - Fix build: Add libcurl dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=34
2023-06-11 08:19:07 +00:00
8d26c98155 Accepting request 1072758 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1072758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=15
2023-03-18 23:31:08 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=32
2023-03-17 22:14:14 +00:00
c34e77f2a9 Accepting request 1067957 from devel:languages:python
- Disable current broken tests, test_LSTM_choices, test_detect_os and
  or test_init, gh#sirfz/tesserocr#295

OBS-URL: https://build.opensuse.org/request/show/1067957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=14
2023-02-27 11:56:05 +00:00
a4b36342a6 - Disable current broken tests, test_LSTM_choices, test_detect_os and
or test_init, gh#sirfz/tesserocr#295

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=30
2023-02-27 10:33:39 +00:00
09c0181937 Accepting request 1058773 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1058773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=13
2023-01-17 16:35:11 +00:00
1a9324ac9b Accepting request 1058411 from home:frispete:branches:devel:languages:python
- Apply 1441bec703cf68161acce5e85907ddd71c47fdc3.patch from upstream
  project in order to build with Leptonica 1.83.0
- Make tests work again

OBS-URL: https://build.opensuse.org/request/show/1058411
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=28
2023-01-16 21:12:01 +00:00
fa391e9e2d Accepting request 1035283 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1035283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=12
2022-11-12 16:41:14 +00:00
636d79ce7d Accepting request 1035267 from home:pgajdos:python
- silent rpmlint

- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1035267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=26
2022-11-11 13:46:09 +00:00
77d5ea456c Accepting request 901578 from devel:languages:python
- 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/request/show/901578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=11
2021-06-24 16:22:30 +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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=24
2021-06-23 17:47:37 +00:00
5bfdba6c3d Accepting request 788507 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=10
2020-03-26 22:34:21 +00:00
Tomáš Chvátal
01c3c46798 Accepting request 788499 from home:pgajdos:python
- version update to 2.5.1
  * Fix order of linker arguments (#211)
  * Fix memory leaks in GetComponentImages (#213)

OBS-URL: https://build.opensuse.org/request/show/788499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=22
2020-03-26 11:19:22 +00:00
7ad3b0299c Accepting request 764108 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=9
2020-01-13 21:23:17 +00:00
Mia Herkt
000b96eb22 Accepting request 764103 from home:pgajdos
- disable test_LSTM_choices temporarily
  https://github.com/sirfz/tesserocr/issues/214

OBS-URL: https://build.opensuse.org/request/show/764103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=20
2020-01-13 18:08:36 +00:00
64a91d7c08 Accepting request 753070 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/753070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=8
2019-12-03 14:21:47 +00:00
Mia Herkt
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=18
2019-11-26 00:50:54 +00:00
b97dfc79d7 Accepting request 725668 from devel:languages:python
- Update to version 2.4.1
  * fix pixa_to_list python3 segfault
  * fix BlockPolygon python3 segfault

OBS-URL: https://build.opensuse.org/request/show/725668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=7
2019-08-24 16:47:27 +00:00
Mia Herkt
af7b34ff1e - Update to version 2.4.1
* fix pixa_to_list python3 segfault
  * fix BlockPolygon python3 segfault

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=16
2019-08-23 18:18:52 +00:00
51ae89811b Accepting request 655638 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=6
2018-12-07 13:35:02 +00:00
Mia Herkt
8a227e75fa Accepting request 655636 from home:jengelh:branches:devel:languages:python
- Trim bias and filler wording.

OBS-URL: https://build.opensuse.org/request/show/655636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=14
2018-12-06 12:43:46 +00:00
7ef307ce58 Accepting request 655446 from devel:languages:python
- Update to version 2.4.0
  Tesseract v4 new API methods supported:
  * GetBestLSTMSymbolChoices
  * BlanWksBeforeWord

OBS-URL: https://build.opensuse.org/request/show/655446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=5
2018-12-06 11:18:51 +00:00
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
5dbe6e91f9 Accepting request 629058 from devel:languages:python
- Update to version 2.3.1
  * Python 3.7 support release

OBS-URL: https://build.opensuse.org/request/show/629058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=4
2018-08-15 08:37:39 +00:00
Mia Herkt
33706a2407 - Update to version 2.3.1
* Python 3.7 support release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=10
2018-08-13 18:30:16 +00:00
1b3e223f91 Accepting request 627286 from devel:languages:python
- Ensure we require some of the tesseract data so we can do at
  least some basic ocr operations

- Drop unused bcond

OBS-URL: https://build.opensuse.org/request/show/627286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=3
2018-08-03 10:40:44 +00:00
Tomáš Chvátal
632e85c62f - Ensure we require some of the tesseract data so we can do at
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=8
2018-08-03 07:46:25 +00:00
Tomáš Chvátal
e75874cae4 - Ensure we recommend some of the tesseract data so we can do at
least some basic ocr operations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=7
2018-08-02 09:53:53 +00:00
Tomáš Chvátal
c4f242f00f - Drop unused bcond
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=6
2018-08-02 08:59:30 +00:00
eb5e722317 Accepting request 619191 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/619191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=2
2018-07-01 19:26:30 +00:00
Mia Herkt
0ef2fc9320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=4 2018-06-26 16:10:14 +00:00
Mia Herkt
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=3
2018-06-26 16:09:05 +00:00
c51923fa89 Accepting request 519576 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/519576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=1
2017-08-30 14:24:19 +00:00
Jan Matejek
598f36bd4d Accepting request 516108 from home:lachs0r
Added doc files.

OBS-URL: https://build.opensuse.org/request/show/516108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=1
2017-08-21 12:42:39 +00:00