Skip to content

Commit fd96ac8

Browse files
authored
Minor edit
1 parent 68eded1 commit fd96ac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Vision/ComputerVision/src/main/java/ComputerVisionQuickstart.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
* - Download/clone the project.
66
* - From your Azure account, get your subscription key and region, then
77
* set as environment variables with the names COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_REGION.
8-
* - Add images (landmark.jpg and printed_text.jpg) to your local 'resources' folder from here:
9-
* https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/ComputerVision/Images
8+
* - Create a 'src/main/java/resources' folder and add images (landmark.jpg and printed_text.jpg) from here:
9+
* https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/ComputerVision/Images
1010
* - Install the Microsoft Cognitive Services Computer Vision libraries:
11-
* https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-computervision
11+
* https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-computervision
1212
*
1313
* To Run:
1414
* - This project can be compiled and run with Maven.
@@ -597,4 +597,4 @@ private static void RecognizeTextOCR(ComputerVisionClient client, String localTe
597597
System.out.println("End of quickstart.");
598598
System.out.println();
599599
}
600-
}
600+
}

0 commit comments

Comments
 (0)