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
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
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?