3

I want to implement Tesseract OCR in my project, and use it. But i don't know how this works.

I know that Tesseract OCR takes an image and converts to simple text. What do I need to do that? What do I need to download?

I am using Visual Basic 2013 Express Edition.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
  • possible duplicate of [Tesseract 3 (OCR) - .NET Wrapper](http://stackoverflow.com/questions/10067002/tesseract-3-ocr-net-wrapper) - @dylansamuel please search this site - there are other answers and questions that might be better suited then just this plain one, too. – Preet Sangha Oct 01 '14 at 22:59

1 Answers1

1

Check out the .Net wrapper for tesseract-ocr project.

nguyenq
  • 8,212
  • 1
  • 16
  • 16