Charles Weld

Results 99 comments of Charles Weld

Added note to the infamous Error-1 page in the wiki (https://github.com/charlesw/tesseract/wiki/Error-1).

Here's some dot points answering your particular questions however do take the time to check out the sample repo as referenced to in the main readme. - the tessdata folder...

Check out https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality On 3 Apr 2016 16:24, "Unified2gether" [email protected] wrote: > Thanks. That does clear it up, i actually fixed it. I used the wrong > files. I found...

Try the following: - Leave EngineMode as default (Cube + Tesseract). Will be slower but should improve the accuracy a bit. - Try setting the classify_bln_numeric_mode variable to true or...

What method are you calling when it crashes? On Tue, 4 Feb 2020, 06:44 Toxic Scams, wrote: > When i run the app on my machine in debug mode it...

FYI I've released a new package called tesseract.Drawing that pairs with tesseract package to add support for bitmaps. Does this solve your problems? Note both are currently prerelease packages, target...

Can you please provide log, see Error 1 for details on how. Also can you clarify that when you said "tried it on debug mode, it works perfectly" do you...

Should be, though I haven't tried it myself. On 3 Jul 2016 16:29, "invegat" [email protected] wrote: > Is it possible to use an user patterns file for TesseractEngine.Process? > >...

See tests in Tesseract.Tests/AnalyseResultTests.cs for usage examples. From memory you need to use osd language for this to work. Also make sure you use using statements to ensure resources are...

AVX2 instructions shouldn't be a problem in the latest/released version as library has been compiled with them disabled. I'd also expect it to reliably crash, i.e. whenever it executed that...