Hi im using https://github.com/charlesw/tesseract dotnetwrapper for tesseract3 it works but translating is very bad, My code is :
TesseractEngine ocr = new TesseractEngine(null, "eng", EngineMode.Default);
Pix pix = PixConverter.ToPix(bitmap);
Page page = ocr.Process(pix);
string result = page.GetText();
MessageBox.Show(result);
and ;
Image img = (Image)bitmap;
Clipboard.SetImage(img);
above image(its not image i know but i dont got 10 rep to post image so consider it image) is translates as ;
Image in; = (Image)biI1Iip;
(lipbuard.SetIlIige{illg)5
i want it translate full so where is my problem,when i use same image in gttext program it translates full,so where is my problem.Thanks everyone who will try to give solutions.