Skip to content

Commit 8cb9989

Browse files
authored
Update javascript-hand-text.md
1 parent da6156b commit 8cb9989

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/javascript-hand-text.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ To create and run the sample, do the following steps:
6868

6969
<script type="text/javascript">
7070
function processImage() {
71-
// **********************************************
72-
// *** Update or verify the following values. ***
73-
// **********************************************
74-
71+
// Fetch your Computer Vision key and endpoint for this sample.
7572
var subscriptionKey = document.getElementById("subscriptionKey").value;
7673
var endpoint = document.getElementById("endpointUrl").value;
7774
@@ -786,4 +783,4 @@ Explore a JavaScript application that uses Computer Vision to perform optical ch
786783
> [!div class="nextstepaction"]
787784
> [Computer Vision API JavaScript Tutorial](../Tutorials/javascript-tutorial.md)
788785
789-
* To rapidly experiment with the Computer Vision API, try the [Open API testing console](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa/console).
786+
* To rapidly experiment with the Computer Vision API, try the [Open API testing console](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa/console).

0 commit comments

Comments
 (0)