Charles Weld
Charles Weld
What version of Tesseract source are you using? Looks like there may have been some breaking changes since I wrote the notes. On Tue, 31 Mar 2020, 01:14 Josep, wrote:...
Okay, ill check it out when I can. Probably this weekend. Note that the method I use and is described on the wiki only uses vcpkg to build leptonica, not...
No the instructions provided worked fine for me using the following versions of the library leptonica 1.79 and tesseract 4.1.0. I had a quick look at your cmake log and...
Actually there has been some changes in leptonica 1.79 and tesseract 4.1.1, working on preping a release over the next couple days time permitting. Will release some updated instructions then...
Does it look like issue #231 On Fri, 3 June 2022, 8:59 pm RamanSggs, ***@***.***> wrote: > We are facing random access violation issue while doing ocr. We have >...
Have you tried using the latest development branch? The changes introduced in #584 should resolve this though I can't test it.
You'll need to install the VS 2015 runtime (see readme) for version 3.*. On 4 Apr 2016 04:49, "hh23485" [email protected] wrote: > I reinstalled the Visual Studio 2013, but I...
No there's no way around this. Tesseract is a native library, in this case compiled by VS, and therefore requires the vs runtime to be installed and the app must...
Have you checked out the corresponding page on the wiki (https://github.com/charlesw/tesseract/wiki/Error-2)? If it's working locally but not on the server I'd say it's Environment related rather than an issue with...
Good idea, I didn't know about them. I'll have a look at updating tesseract in time for the next release.