Open jickabyte opened 7 years ago
Hi every one. I had some issue this is my first ios app I use swift 3.2 after I setup all about Tesseract
let tesseract : G8Tesseract = G8Tesseract(language:"eng", engineMode:G8OCREngineMode.cubeOnly)
or
let tesseract : G8Tesseract = G8Tesseract(language:"eng")
when running to this line my XCODE throw this error
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
How i fix it? Thank you
I am with the some problem, is there any update?
Hi every one. I had some issue this is my first ios app I use swift 3.2 after I setup all about Tesseract
or
when running to this line my XCODE throw this error
How i fix it? Thank you