What's Changed
- Simplify code for osdetect by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4436
- Fix and improve configuration for cmake builds by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4437
- Modernize some for loops and fix some signed/unsigned issues by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4438
- Cmake optimization with warp2 by @...