Skip to content

Commit

Permalink
Update jai-imageio url; update Lept4J to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed May 3, 2018
1 parent ec04d27 commit 2a9fa10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>net.sourceforge.lept4j</groupId>
<artifactId>lept4j</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/sourceforge/tess4j/util/ImageIOHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public class ImageIOHelper {
final static String OUTPUT_FILE_NAME = "Tesstmp";
final static String TIFF_EXT = ".tif";
final static String TIFF_FORMAT = "tiff";
final static String JAI_IMAGE_WRITER_MESSAGE = "Need to install JAI Image I/O package.\nhttps://java.net/projects/jai-imageio/";
final static String JAI_IMAGE_READER_MESSAGE = "Unsupported image format. May need to install JAI Image I/O package.\nhttps://java.net/projects/jai-imageio/";
final static String JAI_IMAGE_WRITER_MESSAGE = "Need to install JAI Image I/O package.\nhttps://github.com/jai-imageio/jai-imageio-core";
final static String JAI_IMAGE_READER_MESSAGE = "Unsupported image format. May need to install JAI Image I/O package.\nhttps://github.com/jai-imageio/jai-imageio-core";

/**
* Creates a list of TIFF image files from an image file. It basically
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/versionchanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,5 @@ Version 4.0.1 (2 May 2018)

Version 4.0.2 (3 May 2018)
- Replace JNA string constant Platform.RESOURCE_PREFIX
- Update jai-imageio url
- Update Lept4J to 1.9.4

0 comments on commit 2a9fa10

Please sign in to comment.