I'm following the steps:
- Download binary here, add a reference of the assembly Tessnet2.dll to your .NET project.
- Download language data definition file here and put it in tessdata directory. Tessdata directory and your exe must be in the same directory.
- Look at the Program.cs sample
if I call the class from lib using:
tessnet2.Tesseract ocr = new tessnet2.Tesseract();
I'm getting the following error:
Name Namespace or type 'tessnet2' could not be found. Need a using directive or a set of reference Modules (assembly)?
How I solve this?
Thanks!