0

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

Mr.Noob
  • 1,005
  • 3
  • 24
  • 58

1 Answers1

0

Managed to sort this out guys it was something to do with my training data!

Mr.Noob
  • 1,005
  • 3
  • 24
  • 58