What's Changed
- Fix TARGET_PDB_FILE error for static linking. by @hglee in #4271
- Make regular usage of CMAKE_INSTALL_LIBDIR and GNUInstallDirs by @Zopolis4 in #4272
- Ignore illegal TESSDATA_PREFIX (not existing filesystem entry, issue #4277) by @stweil in #4278
- Fix confidence output for the PAGE XML renderer by @JKamlah in #4283
- Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally by @stweil in #4301
- Reduce clock syscalls by @heshpdx in #4303
- Calculate row bounding box in single-word mode per #4304 by @Balearica in #4305
- Replace access/_access by std::filesystem::exists by @stweil in #4307
- Modernize code for list of available models by @stweil in #4308
- Fix performance and other issues reported by Codacy by @stweil in #4309
- Remove unnecessary assignment and assertions by @stweil in #4313
- Update code for tprintf by @stweil in #4306
- Add C++ stream for log messages and use it in two debug messages by @stweil in #4314
- cmake: Correctly set the soversion based on SemVer properties by @Conan-Kudo in #4319
- Replace deprecated runner macos-12 by macos-latest in GitHub actions by @stweil in #4326
- Modernize code for renderers and remove filename conversion for Windows by @stweil in #4330
- Fix some typos and grammer issues by @stweil in #4337
- Add GitHub action and Makefile target for Windows installer by @stweil in #4341
- Support symbolic values for --oem and --psm options by @stweil in #4344
- Replace some tprintf by tesserr stream (fixes Windows compiler warnings) by @stweil in #4345
- Add RISC-V V support #4346
- Fix and improve Windows installer by @stweil in #4348
- Remove Tensorflow support by @stweil in #4350
- Update submodule googletest to release v1.15.2 by @stweil in #4352
New Contributors
- @hglee made their first contribution in #4271
- @Zopolis4 made their first contribution in #4272
- @Conan-Kudo made their first contribution in #4319
- @hleft made their first contribution in #4346
Full Changelog: 5.4.1...5.5.0