Skip to content

Releases: adaptech-cz/Tesseract4Android

4.7.0

22 Jan 14:47
Compare
Choose a tag to compare

Main changes:

  • Updated Tesseract to 5.3.4

Full Changelog: 4.6.0...4.7.0

4.6.0

17 Oct 12:08
Compare
Choose a tag to compare

Main changes:

  • Updated Tesseract to 5.3.3

Full Changelog: 4.5.0...4.6.0

4.5.0

18 Jul 12:39
Compare
Choose a tag to compare

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

03 Apr 17:58
Compare
Choose a tag to compare

Main changes:

  • Updated Tesseract to 5.3.1
  • Fixed crash on Android 4.4 (thanks @KnIfER)
  • Target latest Android SDK 33

Full Changelog: 4.3.0...4.4.0

4.3.0

24 Dec 17:46
Compare
Choose a tag to compare

Changes:

  • Updated Tesseract to 5.3.0

Full Changelog: 4.2.0...4.3.0

4.2.0

16 Nov 13:25
Compare
Choose a tag to compare

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

22 Oct 19:57
Compare
Choose a tag to compare

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.

4.1.1

14 Feb 09:59
Compare
Choose a tag to compare

This release has no real changes compared to 4.1.0. It just fixes compiling on JitPack (see issue #39).

4.1.0

13 Jan 19:34
Compare
Choose a tag to compare

Library is now available in a new OpenMP variant that provides better performance on multi-core processors.
NOTE: Due to issue with JitPack you must compile the library yourself if you want to use the OpenMP variant.

Changes:

  • Update Tesseract to 5.0.1

4.0.0

30 Nov 23:10
Compare
Choose a tag to compare

Library is now available in a new OpenMP variant that provides better performance on multi-core processors.
NOTE: Due to issue with JitPack you must compile the library yourself if you want to use the OpenMP variant.

Changes:

  • Update Tesseract to 5.0.0
    • this brings greatly increased performance (NEON SIMD optimizations for tessdata and tessdata_fast; FAST FLOAT optimizations for tessdata_best)
    • exposes new thresholding methods from Leptonica with configurable parameters (Sauvola, Otsu)
    • pdf.ttf file is not needed anymore
    • and more (see official Tesseract changelog)
  • Update Leptonica to 1.82.0