Hi guys I am new to OCR and Tesserect as well. I was trying to do an OCR on an image but my application keeps exiting when I try to reach this particular line
ocrText = ocr.DoOCR(npList[1], plateList[1]);
Previously it threw an exception saying it requires additional configuration and I updated the App.Config file but now the application exits at this line of code.
Any help would be much appreciated
Managed to sort this out guys it was something to do with my training data!