zer09 / tesseractdotnet

Automatically exported from code.google.com/p/tesseractdotnet
0 stars 0 forks source link

compatebility issue with libtesseractdll and windows server 2012 #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.using libtesseract303.dll with jna wrapper tess4j in windows server 2012 
machine
2.tessAPI1.java should read libtessract303 from the respective path 
3.

What is the expected output? What do you see instead?
 should read the text from the image.

What version of the product are you using? On what operating system?
tess4j 64 bit version 64 bit dlls on windows server 2012

Please provide any additional information below.

jna is checking for libtesseract303.dll in respective path but not able to read 
the libtesseract303.dll file. I think it may be due to compatibilty issue 
between dlls and windows server 2012 

Kidly provide the solution for it.

Original issue reported on code.google.com by sunilshankarmurthy1@gmail.com on 11 Dec 2014 at 10:46