Any idea about how to do it?
TesseractEngine engine = new TesseractEngine("./tessdata", "eng", EngineMode.Default);
Usually, for one language, just adding the abbreviation is enough. But how if I want to scan an image with multiple languages in it? Btw, I use the package by Charles Weld. Thanks.