Releases: adaptech-cz/Tesseract4Android
Releases · adaptech-cz/Tesseract4Android
4.8.0
Main changes:
- Added support for 16 KB page sizes on Android 15
- Updated NDK to latest LTS version (r27c)
- Updated Tesseract to 5.5.0
- Updated Leptonica to 1.85.0
- Updated libpng to 1.6.44
- Updated libjpeg to v9f
Breaking changes:
- Increased minSdk level to 21
Full Changelog: 4.7.0...4.8.0
4.7.0
4.6.0
4.5.0
Main changes:
- Updated Tesseract to 5.3.2
- Updated Leptonica to 1.83.1
- Updated libpng to 1.6.40
- Used older version of androidx.annotation which doesn't depend on kotlin-stdlib to not cause potential duplicate class build errors in Java projects
- Improved sample project
- Using Java 17 in build
Full Changelog: 4.4.0...4.5.0
4.4.0
4.3.0
4.2.0
Changes:
- Updated Tesseract to 5.2.0
- Updated libpng to 1.6.38
- Updated libjpeg to v9e
- Added getLibraryFlavor() method to TessBaseAPI
Full Changelog: 4.1.1a...4.2.0
4.1.1a
This release has no real changes compared to 4.1.0. It just enables building both standard and openmp variants on JitPack.
Important: You must use updated groupId in your dependencies!
It's because JitPack forces different groupId when building multiple artifacts vs when building single artifact. See readme or sample project for correct format.