New
5.5.1
What's Changed
- Fix linear congruential random number generator by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4357
- Make list classes templated by @egorpugin in https://github.com/tesseract-ocr/tesseract/pull/4356
- add cli
-cparameter(s) to init vectors by @zdenop in https://github.com/tesseract-ocr/tesseract/pull/4363 - handle colormaps correctly by @zdenop in https://github.com/tesseract-ocr/tesseract/pull/4369
- use constexpr for kDawgMagicNumber by @zdenop in https://github.com/tesseract-ocr/tesseract/pull/4378
- Extend elf_aux_info() support for RISC-V on FreeBSD and OpenBSD by @brad0 in https://github.com/tesseract-ocr/tesseract/pull/4376
- Fix building elf_aux_info() support on OpenBSD/arm by @brad0 in https://github.com/tesseract-ocr/tesseract/pull/4383
- Fix invalid empty interval in punct_stripped() for all-punctuation words by @EnodoGH in https://github.com/tesseract-ocr/tesseract/pull/4404
- Fix function addAvailableLanguages (issue #4416) by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4417
- Avoid error in pixSauvolaBinarizeTiled (issue #4390) by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4418
- Fix duplicated IDs in ALTO XML when multiple pages are present by @jankal in https://github.com/tesseract-ocr/tesseract/pull/4386
- Remove unused include statements for tprintf.h by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4419
- Use links to the git history and online release notes instead of local ChangeLog by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4423
New Contributors
- @brad0 made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4376
- @EnodoGH made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4404
- @jankal made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4386
Full Changelog: https://github.com/tesseract-ocr/tesseract/compare/5.5.0...5.5.1