Search code examples
c#image-processingocraforgeautomatic-license-plate-recognition

Does aforge.net support OCR?


I am developing a number plate recognition application. I have completed a number plate extraction part and now comes the recognition. I have used Aforge.Net so far and does it support OCR as well?

If not is there a particular OCR engine that could be used with C#?

Thanks


Solution

  • AForge.net doesn't directly support OCR, but you can make code to make it do ocr with forward trained neural networks, or you can do this with Template matching which is sported in AForge.net