Closed jokwei closed 4 years ago
You can view the history and determine which version of Tess4J was last built using JDK 7.
Or you can clone the repository and modify the source until it builds successfully with JDK 7.
tess4j v4.3.1 was last built using JDK7, and it was correct without NPE. Thanks for your helpš
Hello, when I built a demo jar with tess4j v4.0.0 and JDK7, there had mistakes as below:
I found this commit whick might fixed this NPE: Fix for BufferedImage OCR #134. So I guessed I have to update my tess4j version. However once I updated to v4.5.3, problem solved, but project required JDK8.
Does here any solution for NPE and JDK7 ?