ocr library for csharp

Code Example - ocr library for csharp

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