Skip to content

Commit 1f6299f

Browse files
authored
Update javascript-print-text.md
1 parent bf49d23 commit 1f6299f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To create and run the sample, do the following steps:
5656
var subscriptionKey = document.getElementById("subscriptionKey").value;
5757
var endpoint = document.getElementById("endpointUrl").value;
5858
59-
var uriBase = endpoint + "vision/v2.1/ocr";
59+
var uriBase = endpoint + "vision/v3.0/ocr";
6060
6161
// Request parameters.
6262
var params = {
@@ -245,4 +245,4 @@ Next, explore a JavaScript application that uses Computer Vision to perform opti
245245
> [!div class="nextstepaction"]
246246
> [Computer Vision API JavaScript Tutorial](../Tutorials/javascript-tutorial.md)
247247
248-
* 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).
248+
* 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)