0

I have a windows form application in which I will add image from which I have read the text of vehicle number plates into a textblock.

Which dll or technique could I use to achieve this. I've heard about OCR but I couldn't implement it successfully

jarlh
  • 42,561
  • 8
  • 45
  • 63
Mudassir Dehghani
  • 111
  • 1
  • 1
  • 4

1 Answers1

3

You could use a libary like Tesseract

There are also many articles on codeproject if you want to implement it yourself http://www.codeproject.com/Articles/3907/Creating-Optical-Character-Recognition-OCR-appli http://www.codeproject.com/Articles/476142/Optical-Character-Recognition

Or you can use an analytic image libary like EmguCV

See also Where can i find a free .Net (C#) library that i can use to scan and OCR documents?

Community
  • 1
  • 1
LaMiy
  • 103
  • 7