aboutsummaryrefslogtreecommitdiff
path: root/utils/tesseract/patches
Commit message (Collapse)AuthorAge
* tesseract: update to 5.3.3Rosen Penev2023-12-01
| | | | | | Fixes compilation with GCC13. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tesseract: update to 4.1.1Rosen Penev2021-03-25
| | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Add libarchive dependency since it's now used. Build with ninja for faster compilation. Refresh SIMD CMake patch and add musl patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tesseract: switch to CMakeRosen Penev2020-07-08
Allows simplifying the Makefile. Also faster compilation. Added CMake patch to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>