Skip to content

Commit 6f9d741

Browse files
authored
Run update
1 parent f76ea0f commit 6f9d741

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@
66
import java.util.ArrayList;
77
import java.util.List;
88

9-
/**
9+
/**
1010
* Computer Vision Quickstart - Java
1111
*
1212
* Prerequisites:
13-
* - Download/clone the project.
13+
* - Download/clone this repo: https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git
1414
* - From your Azure account, get your subscription key and the endpoint, and add them as
1515
environment variables named COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT.
1616
* - Create a 'src/main/java/resources' folder and add images (landmark.jpg and printed_text.jpg) from here:
1717
* https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/ComputerVision/Images
18-
* - Install the Microsoft Cognitive Services Computer Vision libraries:
19-
* https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-computervision
2018
*
2119
* To Run:
22-
* - This project can be compiled and run with Maven.
23-
* - This command will collect all dependencies for the above Microsoft library:
24-
* mvn compile exec:java -Dexec.cleanupDaemonThreads=false
20+
* - cd to cognitive-services-java-sdk-samples\Vision\ComputerVision
21+
* - mvn compile exec:java
2522
*
2623
* This quickstart performs the following tasks with both local and URL images:
2724
* - Authenticate: creates a single client for use with all examples.

0 commit comments

Comments
 (0)