Charles Weld

Results 99 comments of Charles Weld

Another related field would be business\personal risks (i.e. liability) and steps that can be taken to mitigate this. Though that might be out of scope.

Check out #193, in short you need to install the latest prerelease since the current stable release doesn't have the functionality. Here's a usage example taken from the test cases:...

Are you using the latest prerelease? On Sat., 3 Feb. 2018, 10:08 Kieran Maher, wrote: > I'm unable to load the IResultRenderer class, it seems unable to find it. >...

Hi, ensure you're included the pdf font file in your tessdata directory and ensure your using the latest prerelease of this project. On Tue., 13 Mar. 2018, 03:50 mechachi, wrote:...

From the tessdata repo: https://github.com/tesseract-ocr/tessdata/tree/4.0.0 On Thu, 25 Jun 2020, 21:09 Async Technology, wrote: > *All trained data for 4.0 dont work except 3.04.00. Unfortunately, the > accuracy and confidence...

It'd be because of the way nuget package is setup. Only solution at the moment would add dll reference and not use nuget. On Thu, 1 Apr 2021, 21:41 howzew,...

Are you sharing the result renderer between threads/tasks,? If so that's your problem since it's also not thread safe. On Fri, 12 Jun 2020, 20:15 nouxuha, wrote: > Hello, >...

Set the TesseractEnvironment.CustomSearchPath property to your apps content folder during startup to explicitly set where to look for the dlls. On Thu, Jan 17, 2019 at 11:01 PM rajeshkalpathi wrote:...

Hi, I'd recommend build the project from source at the moment the NuGet packages are quite out of date. The main device branch (tesseract 3.05) does support .net core as...

My main issue with resolving #433 is I haven't got a linux setup atm. Will have to set that up on a virtual machine first when I have time.