tags:

views:

809

answers:

1

Just wondering if anyone has got a sample project or compliled dll of the tesseract ocr engine running in C#? I have tried going through the tessnet2 demo (here) but for some reason, I can't install the C++ stuff in my current VS2008 installation so can't build it.

Thanks!

A: 

This is probably not helpfull anymore, but I just had a play with Tessnet2 and it worked fine. All it required was the correct tessdata folder. There are links from the Tessnet site to get them.

Glenn Condron