Update dependency tesseract-ocr/tesseract to v5.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tesseract-ocr/tesseract | minor |
5.4.1 -> 5.5.0
|
|
tesseract-ocr/tesseract | ironbank-github | minor |
5.4.1 -> 5.5.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
tesseract-ocr/tesseract (tesseract-ocr/tesseract)
v5.5.0
What's Changed
- Fix TARGET_PDB_FILE error for static linking. by @hglee in https://github.com/tesseract-ocr/tesseract/pull/4271
- Make regular usage of CMAKE_INSTALL_LIBDIR and GNUInstallDirs by @Zopolis4 in https://github.com/tesseract-ocr/tesseract/pull/4272
- Ignore illegal TESSDATA_PREFIX (not existing filesystem entry, issue #4277) by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4278
- Fix confidence output for the PAGE XML renderer by @JKamlah in https://github.com/tesseract-ocr/tesseract/pull/4283
- Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4301
- Reduce clock syscalls by @heshpdx in https://github.com/tesseract-ocr/tesseract/pull/4303
- Calculate row bounding box in single-word mode per #4304 by @Balearica in https://github.com/tesseract-ocr/tesseract/pull/4305
- Replace access/_access by std::filesystem::exists by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4307
- Modernize code for list of available models by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4308
- Fix performance and other issues reported by Codacy by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4309
- Remove unnecessary assignment and assertions by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4313
- Update code for tprintf by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4306
- Add C++ stream for log messages and use it in two debug messages by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4314
- cmake: Correctly set the soversion based on SemVer properties by @Conan-Kudo in https://github.com/tesseract-ocr/tesseract/pull/4319
- Replace deprecated runner macos-12 by macos-latest in GitHub actions by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4326
- Modernize code for renderers and remove filename conversion for Windows by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4330
- Fix some typos and grammer issues by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4337
- Add GitHub action and Makefile target for Windows installer by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4341
- Support symbolic values for --oem and --psm options by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4344
- Replace some tprintf by tesserr stream (fixes Windows compiler warnings) by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4345
- Add RISC-V V support #4346
- Fix and improve Windows installer by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4348
- Remove Tensorflow support by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4350
- Update submodule googletest to release v1.15.2 by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4352
New Contributors
- @hglee made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4271
- @Zopolis4 made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4272
- @Conan-Kudo made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4319
- @hleft made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4346
Full Changelog: https://github.com/tesseract-ocr/tesseract/compare/5.4.1...5.5.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.