iron-software / Iron-OCR-Image-to-Text-in-CSharp

Image to Text Tutorial in C# - See https://ironsoftware.com/csharp/ocr/tutorials/how-to-read-text-from-an-image-in-csharp-net/
72 stars 16 forks source link

Ocr.Read issue #2

Open HeliumxU opened 5 years ago

HeliumxU commented 5 years ago

When attempting to do an auto OCR I get an errror;

AutoOcr OCR = new AutoOcr() { ReadBarCodes = false }; var Results = Ocr.Read(@"c:\botDL\image.png"); is my code, but the "Ocr.Read" part doesn't get recognized by visual studio as the correct syntax even though on the website this is exactly what it tells me to write?

jaycollett commented 5 years ago

Make sure you have a reference to or have installed the Nuget package for System.Drawing.Common.