Open
Description
As this distribution of Tesseract is compiled by Microsoft Visual Studio 2015 the Microsoft Visual C++ runtime for the appropriate architecture (x86 or x64) is required. Unfortunately if this is missing from the target system tesseract will fail to load with an error just stating it failed to load "liblept168.dll". Ideally we would first detect if VS 2015 is installed and if not throw a meaningful error stating the problem and what can be done to fix it.
Activity