You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicconststringsubscriptionKey="<your training key here>";//Insert your Cognitive Services subscription key here
14
-
publicconststringendpoint="https://westus.api.cognitive.microsoft.com";// You must use the same Azure region that you generated your subscription keys for. Free trial subscription keys are generated in the westus region.
15
-
13
+
// Add your Azure Computer Vision subscription key and endpoint to your environment variables
Console.WriteLine("Performing OCR on the images:");
30
-
31
-
stringimageFilePath=@"Images\printed_text.jpg";// See this repo's readme.md for info on how to get these images. Alternatively, you can just set the path to any appropriate image on your machine.
31
+
// See this repo's readme.md for info on how to get these images. Or, set the path to any appropriate image on your machine.
//OCR works poorly for non-printed text. Look at the ExtractText sample for using the read operation that can work for both handwritten and printed text
34
+
//OCR works poorly for non-printed text. Look at the ExtractText sample for using the read operation that can work for both handwritten and printed text
0 commit comments