[tesseract-ocr] Re: Compile Tesseract with vcpkg to get dynamic libraries

2019-09-19 Thread Anon ymous
I have the same problem On Sunday, September 30, 2018 at 1:19:37 PM UTC-4, PLOBEXRIME wrote: > > Hi, I'm searching for a way to compile Tesseract and get tesseract.dll > library file. CPPAN works for me from time to time but always fail for x64 > build so I've tried vcpkg instead. However vcpkg

[tesseract-ocr] Tessnet2 using Tesseract - Working Very Incorrectly

2015-01-03 Thread ANON YMOUS
Hello, I am trying to use the Tessnet2 OCR Library in a C# program. But the results are *very very* off. The following is my code in a C# console project, the Program.cs class: static void Main(string[] args) { try { Bitmap image = new Bitmap(@

[tesseract-ocr] Very wrong output Tessnet2 + Tesseract

2015-01-03 Thread ANON YMOUS
Hello, I am trying to use the Tessnet2 using Tesseract engine in C#. For many of the test images I give to Tessnet2, the output is very bad, and almost nothing is correct. This is my code in the C# console project, Program.cs class: static void Main(string[] args) { try