nguyenq / tess4j

Java JNA wrapper for Tesseract OCR API
Apache License 2.0
1.58k stars 372 forks source link

java.lang.UnsatisfiedLinkError : Error Looking Up function TessBaseAPICreate : The specified procedure can not be found. Tess4j 5.8.0 #250

Closed sumamarpuri closed 6 months ago

sumamarpuri commented 1 year ago

java.lang.UnsatisfiedLinkError : Error Looking Up function TessBaseAPICreate : The specified procedure can not be found

I'm unable to resolve this error in Windows 10. Please help me to resolve this issue.

I'm using tesseract 5.3.1 and Tess4j 5.8.0. tried with different versions and none of them worked.

nguyenq commented 1 year ago

@sumamarpuri Did you install the required VC++ Runtime?

sumamarpuri commented 1 year ago

Hi, I have Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.32.31326 installed in my machine

RankesGitHub commented 10 months ago

+1 I have this problem

My work enviroment is Windows 10 + jdk8u341 + vc++ runtime 2005/2010/2013/2015-2022 + python + vsta2017

and my python tesseract works good

nguyenq commented 6 months ago

@sumamarpuri @RankesGitHub Can you test with the latest version in the repo?

nguyenq commented 6 months ago

Let's close this issue as it's a duplicate of https://github.com/nguyenq/tess4j/issues/258 or vice versa. We can continue discussion over there.