I'm using Visual Studio and want to use Xamarin (from Artur Shamsutdinov in Version 0.3.4) for native iOS
I get the following error:
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory. Failed loading language 'deu' Tesseract couldn't load any languages!
The "tessdata" folder is located in my Solution under "Resources":
And I added the environment variable TESSDATA_PREFIX in the project properties to the (parent) directory of tessdata, which is Resources
What did I do wrong? Could somebody help me, please?
Kindest regards