0
votes

I have a project which uses Tesseract OCR for IOS. Everything works fine, but I get the following errors:

Failed loading language 'eng'

Tesseract couldn't load any languages!

I have looked everywhere, and I can't find anything I'm doing wrong. I downloaded the test data from https://github.com/tesseract-ocr/tessdata. I then placed in a folder called "testdata" and dragged it into my project as a folder reference.

Here is a picture of my project: enter image description here

1

1 Answers

0
votes

Stupid mistake: the folder should be named "tessdata" not "testdata".