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?
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?