> * Update README.md
> * Remove an arbitrary limit for the image size
> * Fix compiler warning in binarization code (uninitialized local variable)
> * Optimize code for binarization
> * Fix compiler warning
> * Fix autoconf build for latest MacOS (Intel and M1)
> * Add conditional compilation with GRAPHICS_DISABLED
> * Fix warning from autoconf
> * Merge pull request 3422 from nickjwhite/lstmevalmoreinfo
> * Postfix for 3418.
> * Merge pull request 3418 from amitdo/thresholder
> * Allow explicit casts of Image to Pix**.
> * [misc] Fix variable type. Fixes warning.
> * Remove unneeded header.
> * Revert d6cdc52. Fixes 3412.
> * Merge pull request 3410 from ulb-sachsen-anhalt/fix/fix-typo-icu
> * Merge pull request 3408 from GerHobbelt/patch-2
> * Merge pull request 3406 from Lucas-C/add-print-fonts-table-arg
> * Update cmake-win64.yml
> * Improved fix for issue 3405
> * Revert "Fix double free. Closes 3405."
> * Misc.
> * Fix double free. Closes 3405.
> * Remove unneeded ctor.
> * Make FontSet just a vector.
> * Properly init font set.
> * Replace FontSet struct with vector. It may be improved further (remove pointer?).
> * Remove unused headers.
> * Fix issue 3404 (empty page regression)
> * Remove two assertions which are triggered by fuzzing
> * Fix some compiler warnings with GRAPHICS_DISABLED
> * Fix memory leak (OSS-Fuzz issue 33220)
> * Merge pull request 3401 from adaptech-cz/fix-wrong-param
> * Fix old TODO for struct EDGEPT
> * Add SVSemaphore destructor to avoid system objects leaks
> * Replace pointer by value for ScrollView mutex
> * Fix NULL pointer access (issue 3394)
> * Merge pull request 3396 from zdenop/v5.clang.cmake.win
> * Fix OSS-Fuzz issue 32142 (container-overflow write)
> * Clean, format and optimize code in edgblob.cpp / edgblob.h
> * Fix headers.
> * Remove unneeded header.
> * [edgblob] Replace unique ptr with vector. Fix possible index issues.
> * Fix another use-after-free (issue 3394)
> * Merge pull request 3395 from amitdo/amitdo-patch-1
> * Fix use-after-free (issue 3394)
> * Merge pull request 3393 from eighttails/fix_zero_division
> * Fix some typos (most found by codespell)
> * automake: Add build rule for fuzzer-api-512x256
> * Update URLs for Google groups
> * Fix memory leak (OSS-Fuzz issue 32246)
> * Fix broken build for fuzzer
> * Merge pull request 3389 from amitdo/authors
> * lstmrecognizer.cpp: Call OutputStats() only when 'invert' is true (3387)
> * Change message from 'Found SSE' to 'Found SSE4.1'
> * Add const attribute to some functions (API change)
> * Simplify class REJ by replacing two std::bitset<16> by one std::bitset<32>
> * Make more functions in class REJ inline
> * Remove bits16.h and BITS16 data type
> * Format public API files with modified rules for clang-format
> * clang-format: Clean formatting rules
> * Modernize and optimize list_rec a little bit
> * Modernize code
> * Remove mfdefs.cpp from CMakeLists.txt and Makefile.am
> * Refactor microfeatures a bit.
> * Replace microfeatures from oldlist to std::forward_list.
> * Correct template args.
> * Fix new / delete class mismatch
> * Add missing TESS_API.
> * Reorder list templates.
> * Misc.
> * [elist2] Convert macros to template. Remove source file macro ELIST2IZE.
> * [elist] Rework macro into template and small macro. Move common iterator template into 'list_iterator.h'.
> * Misc.
> * Remove unused methods.
> * [elist] Remove unused macros QUOTE_IT.
> * [clist] Remove unused methods.
> * Rework big clist macro into template and small macro. Remove unused macros QUOTE_IT and CLISTIZE (source file macro).
> * Merge pull request 3382 from Shreeshrii/windows
> * RAII: TessBaseAPI::GetIterator()
> * RAII: TessBaseAPI::AnalyseLayout()
> * Clean code for hOCR renderer
> * Merge pull request 3380 from stweil/gridsearch
> * Remove unnecessary pointer hasher for uset.
> * Fix CI and update package list before installation
> * Merge pull request 3376 from stweil/master
> * Merge pull request 3375 from amitdo/viewer