nguyenq / tess4j

Java JNA wrapper for Tesseract OCR API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sumamarpuri opened this issue · comments

commented

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.

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

commented

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

+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