using System;using IronOcr;//..var Ocr = new AutoOcr();var Result = Ocr.Read(@"C:path oimage.png");Console.WriteLine(Result.Text);