Skip to content

Releases: nguyenq/lept4j

lept4j-1.3.1

23 Mar 15:05
Compare
Choose a tag to compare
  • Use correct type; remove unneeded dependency

lept4j-1.3.0

16 Feb 16:13
Compare
Choose a tag to compare
  • Upgrade to Leptonica 1.74.1

lept4j-1.2.4

24 Sep 16:27
Compare
Choose a tag to compare
  • Fix Invalid memory access error caused by memory leaks in convertPixToImage
  • Add Otsu test case

lept4j-1.2.3

29 May 14:33
Compare
Choose a tag to compare

Include more API methods related to box array operations

lept4j-1.2.2

16 May 01:03
Compare
Choose a tag to compare
  • Include more API methods related to TIFF and PNG

lept4j-1.2.1

12 May 03:55
Compare
Choose a tag to compare
  • Add removeLines method
  • Add back a few methods accidentally commented out
  • Revert to jna-4.1.0

lept4j-1.2.0

15 Apr 01:08
Compare
Choose a tag to compare
  • Upgrade to Leptonica 1.73

lept4j-1.1.2

15 Apr 01:03
Compare
Choose a tag to compare
  • Update jna-4.2.2
  • Update jai-imageio-1.3.1

lept4j-1.0.1

30 Dec 22:21
Compare
Choose a tag to compare

Lept4J

A JNA Java wrapper for Leptonica Image Processing Library.

Lept4J is released and distributed under the Apache License, v2.0.

Features

The library provides support for Leptonica native types and data structures — such as Pix, Boxa, Pixa, etc. — used in Tesseract OCR API.

lept4j-1.1.1

15 Apr 01:10
Compare
Choose a tag to compare
  • Update JNA 4.2.1
  • Additional test cases