Hello, I tried with Visual C++ redistributable 2015 as well. Still get the same error. As seen from the jna.debug trace, after extracting jna dll, there is no log to indicate extraction of tesseract related dll's. FYI: I work on a VDI, so my project is on a network location. Could there be a possibility that it's unable to locate/load dll from Temp folder (which is on hard disk)? Also, jna dll is not extracted in Temp/jna folder
Hello, I tried with Visual C++ redistributable 2015 as well. Still get the same error. As seen from the jna.debug trace, after extracting jna dll, there is no log to indicate extraction of tesseract related dll's. FYI: I work on a VDI, so my project is on a network location. Could there be a possibility that it's unable to locate/load dll from Temp folder (which is on hard disk)? Also, I checked, jna dll is not extracted in Temp/jna folder
Hello, I tried with Visual C++ redistributable 2015 as well. Still get the same error. As seen from the jna.debug trace, after extracting jna dll, there is no log to indicate extraction of tesseract related dll's. FYI: I work on a VDI, so my project is on a network location. Could there be a possibility that it's unable to locate/load dll from Temp folder (which is on hard disk)?
Hello, I tried with Visual C++ redistributable 2015 as well. Still get the same error. As seen from the jna.debug trace, after extracting jna dll, there is no log to indicate extraction of tesseract related dll's. Could there be a possibility that it's unable to locate/load dll from Temp folder?
Hi, I'm trying to use tess4j in my project but I'm unable to execute the code. I get "java.lang.UnsatisfiedLinkError: com.sun.jna.Native.getNativeVersion()Ljava/lang/String;" exception. Configurations:- Windows 7, 64 bit Tess4j 4.3.1 Visual C++ redistributable 2017 liblept1760.dll and libtesseract400.dll are downloaded and present in the Temp folder. Following is the code : ITesseract instance = new Tesseract(); System.setProperty("jna.debug_load", "true"); System.out.println("temp directory path:-...