Dear Staff,
"Tesseract library is not loaded: ErrorCode=126."
I found this error while use...
Vintasoft.Imaging.Ocr.Tesseract.TesseractOcr additionalEngine = new Vintasoft.Imaging.Ocr.Tesseract.TesseractOcr();
Need help urgent!
Best Regards.
Wittaya WAC
Tesseract library is not loaded: ErrorCode=126.
Moderator: Alex
-
- Posts: 15
- Joined: Wed Mar 06, 2019 7:54 am
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Tesseract library is not loaded: ErrorCode=126.
Hello Wittaya,
I think you have problem because Microsoft Visual C++ 2015 Redistributable Package is not installed on your computer.
You need have or install install Microsoft Visual C++ 2015 Redistributable Package (32-bit version) to your computer if you want to use Tesseract4.Vintasoft.x86.dll.
You need have or install install Microsoft Visual C++ 2015 Redistributable Package (64-bit version) to your computer if you want to use Tesseract4.Vintasoft.x64.dll.
Please read how to prepare OCR engine for text recognition here:
https://www.vintasoft.com/docs/vsimagin ... ition.html
Best regards, Alexander Grigoryan
I think you have problem because Microsoft Visual C++ 2015 Redistributable Package is not installed on your computer.
You need have or install install Microsoft Visual C++ 2015 Redistributable Package (32-bit version) to your computer if you want to use Tesseract4.Vintasoft.x86.dll.
You need have or install install Microsoft Visual C++ 2015 Redistributable Package (64-bit version) to your computer if you want to use Tesseract4.Vintasoft.x64.dll.
Please read how to prepare OCR engine for text recognition here:
https://www.vintasoft.com/docs/vsimagin ... ition.html
Best regards, Alexander Grigoryan
-
- Posts: 15
- Joined: Wed Mar 06, 2019 7:54 am
Re: Tesseract library is not loaded: ErrorCode=126.
Dear Staff,
Yes, I fixed myself. But I just confused I uninstalled Visual C++ 2015 Redistributable Package its still working.
Thanks anyway.
Best Regards
Wittaya WAC
Yes, I fixed myself. But I just confused I uninstalled Visual C++ 2015 Redistributable Package its still working.
Thanks anyway.
Best Regards
Wittaya WAC
-
- Posts: 15
- Joined: Wed Mar 06, 2019 7:54 am
Re: Tesseract library is not loaded: ErrorCode=126.
Dear Alex,
Some machine (Windows10) has no Microsoft Visual C++ 2015 Redistributable Package install, why its work?
Best Regards
Wittaya WAC
Some machine (Windows10) has no Microsoft Visual C++ 2015 Redistributable Package install, why its work?
Best Regards
Wittaya WAC
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Tesseract library is not loaded: ErrorCode=126.
Please use utility "Dependency Walker" (http://www.dependencywalker.com) for getting information about dependencies of Tesseract4.Vintasoft.xXX.dll file and check if all dependencies are present in the system.wittaya@Wac wrote: Fri Jun 07, 2019 12:40 pm Some machine (Windows10) has no Microsoft Visual C++ 2015 Redistributable Package install, why its work?
Best regards, Alexander