4.1.2
Extend URI support for Tesseract with libcurl
Don't use compiler flags -march=native -mtune=native in autoconf builds
Add RowAttributes getter to PageIterator
Fix issue #2748
fix training build
fix ABI compatibility (move training files back to 4.1.0 location)
Modernize code for LIST (fix some -Wold-style-cast warnings)
Removed unused parameters
Abort LSTM training with integer model (fixes issue #1573)
OpenCL: Add static attribute for kernel_src
Use BRT_UNKNOWN instead of BRT_NOISE to initialize ColPartition::blob_type_
Use more compiler and linker flags from pkg-config
Adding SVMutex and SVSemaphore destructors to avoid system objects leaks
replace VS implementation of gettimeofday with std::chrono::steady_clock::now(); fixes #2038