I get the same error, take a look at the attachment(tell me if you need special informations).
string tessBin = new System.IO.DirectoryInfo(Path.Combine(BasePfad,@"\OCRProcessor\")).FullName;
string tessdata = new System.IO.DirectoryInfo(Path.Combine(BasePfad , @"\Tessdata\")).FullName;
using (OCRProcessor p = new OCRProcessor(tessBin))
{
processor.Settings.Language = "deu";
processor.Settings.Performance = Performance.Slow;
// Bitmap bitmap = new Bitmap(DataPathBase+"image.TIF");
processor.PerformOCR(loadedDocument, tessdata);
}
I used somehow your mentioned code:
The file you gave me worked, the other file i download did not work ... https://github.com/tesseract-ocr/tesseract/wiki/Data-Files