main
Replace char array with std::string in ambiguity handling
Fix memory-safety issues in .traineddata deserialization
Modernize BitVector
Replace access/_access by std::filesystem::exists (#4307)
Simplify *_VAR_H macros (#3508)
Remove empty statements
Move small function into a header.
Replace http:// by https:// for selected URLs
Avoid passing objects by value
[clang-format] Execute clang format on include and src dirs.
Fix more signed/unsigned compiler warnings
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Fix compiler warnings in kdpair.h (-Wold-style-cast)
Remove unused code.
Modernize function ObjectCache::DeleteUnusedObjects (fix issue with sanitizers)
Replace C-casts and code using `(void)`
Fix build with gcc 13 by including <cstdint>
Add const attribute to some functions (API change)
Fix O(n²) forward-edge validation and TFile::Skip overflow
Fix unbounded allocation and validate DAWG edge structure
Fix pre-existing issues found by Copilot review
Fix some typos.
Add TESS_API in declaration for tesserr (fix sw build)
Prepare support for image width and height larger than 32767
Convert tprintf() to C++ style without va args and attributes.
Restore non templated tprint() using va_args.
Remove more unused function parameters
Fix Skip bounds and unicharcompress unsigned call sites
Use unsigned arguments for a function and an operator in class RecodedCharID
Fix some typos in comments (found by codespell)
Fix several format strings
Fix typos (#4497)
Fix CID 1534938 (COPY_INSTEAD_OF_MOVE)
Fix msvc warning.