I'm sorry I'm not following your comments. Right now as I'm writting this message I'm using Oracle Java 11 64bit with Tess4J 4.4.1 and it all works. But it fails with with Oracle Java 11 64bit with Tess4J 4.5.0 and Tess4J 4.5.1. So are you saying that 4.4.1 was built with VC++ 32-bit only? And for Tess4J 4.5.1 was built with VC++ 64-bit?
No I did not perform any upgrade for VC++ 2019 64-bit runtime nor install it. But I thought tess4j is platform independant.
Yes it worked before with Java 8 32bit, I never tried Java 8 64bit. Does not work with Java 11 64bit. I would assume that any LTS of the JDK would be supported. Since Java 8 and 11 are LTS and not Java 14. Thanks for the info regarding the tested versions (8 and 14 only).
Hi, When I try to run Tesseract.getWords() I get: java.lang.UnsatisfiedLinkError: The specified module could not be found. at com.sun.jna.Native.open(Native Method) at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:278) at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:455) at com.sun.jna.Library$Handler.<init>(Library.java:192) at com.sun.jna.Native.loadLibrary(Native.java:646)</init> Using environment, via Maven: tess4j-4.5.1 Windows 10 64bit (Microsoft Windows [Version 10.0.18363.900])...