tesseract
tesseract copied to clipboard
why not parsing this image ?
Hi,

I'm trying to parse this image, I get below result.
,4]. Lo“ ‘ V r‘gln ,jgj
my code is here
TesseractEngine ocr = new TesseractEngine(Path.Combine(Environment.CurrentDirectory, "tessdata"), "eng"); var text1 = ocr.Process(Pix.LoadFromFile("ss1.png"), PageSegMode.Auto).GetText();
Perhaps you want to preprocess image to Black & White, and potentially invert colors so text is in black on white. I would guess blurry images around are looking like letters.