2

Possible Duplicate:
OCR with the Tesseract interface

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!

Community
  • 1
  • 1
CatBusStop
  • 3,347
  • 7
  • 42
  • 54

1 Answers1

1

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
  • 1,169
  • 7
  • 14