Unclaimed project
Are you a maintainer of tesseract? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
tesseract
Tesseract Open Source OCR Engine (main repository)
Back to changelogNew
5.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
5.5.0 - tesseract Release Notes | AnnounceHQRemove unnecessary assignment and assertions by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4313Update code for tprintf by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4306Add C++ stream for log messages and use it in two debug messages by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4314cmake: Correctly set the soversion based on SemVer properties by @Conan-Kudo in https://github.com/tesseract-ocr/tesseract/pull/4319Replace deprecated runner macos-12 by macos-latest in GitHub actions by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4326Modernize code for renderers and remove filename conversion for Windows by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4330Fix some typos and grammer issues by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4337Add GitHub action and Makefile target for Windows installer by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4341Support symbolic values for --oem and --psm options by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4344Replace some tprintf by tesserr stream (fixes Windows compiler warnings) by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4345Add RISC-V V support #4346Fix and improve Windows installer by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4348Remove Tensorflow support by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4350Update submodule googletest to release v1.15.2 by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4352New 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