Closed Finchiedev closed 5 years ago
same problem
+1 having same issue
Finally figured it out! The new English trained data file does not work. I had to use an old version as well as a number of other files associated with the trained language which was available via this tutorial. raywenderlich.com
I was trying to create a basic OCR application and I get a SIGABRT error on line 196 of G8Tesseract.mm The code for line 196:
int returnCode = _tesseract->Init(self.absoluteDataPath.UTF8String, self.language.UTF8String,
and below is a screenshot of my code (No errors or warnings on my side): Any suggestions would be appreciated :) P.S. The IBOUTLET is connected properly