main
Remove bits16.h and BITS16 data type
Fix compiler warnings caused by Leptonica (-Wold-style-cast)
Fix Codacy issues (always true / always false)
[clang-format] Execute clang format on include and src dirs.
Reduce scope of some local variables (reported by Codacy)
Fix typos (#4497)
Replace remaining GenericVector by std::vector for src/ccmain
Update sorting routines for lists.
Move all tesseract symbols into tesseract namespace. Fix include order in many places.
Fix old TODO (STATS::rangemax_)
Remove more unused function parameters
Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements')
Revert "fix: index variable in OpenMP 'for' statement must have signed integral type"
Remove unused function parameters
ccmain/paragraphs: Make local function UnicodeFor and fix signed/unsigned
Simplify test for file existence (fixes warning from Codacy)
Replace char* parameter in SVEvent with std::string
Simplify *_VAR_H macros (#3508)
ccmain: Fix more signed/unsigned compiler warnings
Merge pull request #4563 from gaurav0107/fix/4448-crash-upon-processing-input-file-with-di
Remove unused function parameters and optimize class Tesseract
Move declaration of ThresholdMethod from public API to thresholder.h