Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Remove default URLs to images.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-royhar committed Sep 25, 2017
1 parent 1fa806b commit ea1f778
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion JavaScript Tutorial/Completed/analyze.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of an image you want to analyze, the click the <strong>Analyze image</strong> button.
<br><br>
Image to analyze: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/whitehorse_falls_oregon.jpg" />
Image to analyze: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="analyzeButtonClick()">Analyze Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/Completed/celebrities.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of a celebrity, then click the <strong>Analyze image</strong> button.
<br><br>
Celebrity image to analyze: <input type="text" name="inputImage" id="inputImage" value="https://news.microsoft.com/security2015/assets/photos/slides/satya_slide.jpg" />
Celebrity image to analyze: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="celebritiesButtonClick()">Analyze Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/Completed/handwriting.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of handwritten text, then click the <strong>Read Image</strong> button.
<br><br>
Image to read: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/handwritten_text_test.jpg" />
Image to read: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="handwritingButtonClick()">Read Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/Completed/landmark.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of a natural or artificial landmark, then click the <strong>Analyze image</strong> button.
<br><br>
Landmark image to analyze: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/space_needle.jpg" />
Landmark image to analyze: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="landmarkButtonClick()">Analyze Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/Completed/ocr.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of printed text, then click the <strong>Read Image</strong> button.
<br><br>
Image to read: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/ocr_test.jpg" />
Image to read: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="ocrButtonClick()">Read Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/Completed/thumbnail.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image to use to create a thumbnail image, then click the <strong>Generate Thumbnail</strong> button.
<br><br>
Image for thumbnail: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/inquisitive_dog.jpg" />
Image for thumbnail: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="thumbnailButtonClick()">Generate Thumbnails</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/analyze.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of an image you want to analyze, the click the <strong>Analyze image</strong> button.
<br><br>
Image to analyze: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/whitehorse_falls_oregon.jpg" />
Image to analyze: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="analyzeButtonClick()">Analyze Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/celebrities.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of a celebrity, then click the <strong>Analyze image</strong> button.
<br><br>
Celebrity image to analyze: <input type="text" name="inputImage" id="inputImage" value="https://news.microsoft.com/security2015/assets/photos/slides/satya_slide.jpg" />
Celebrity image to analyze: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="celebritiesButtonClick()">Analyze Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/handwriting.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of handwritten text, then click the <strong>Read Image</strong> button.
<br><br>
Image to read: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/handwritten_text_test.jpg" />
Image to read: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="handwritingButtonClick()">Read Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/landmark.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of a natural or artificial landmark, then click the <strong>Analyze image</strong> button.
<br><br>
Landmark image to analyze: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/space_needle.jpg" />
Landmark image to analyze: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="landmarkButtonClick()">Analyze Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/ocr.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image of printed text, then click the <strong>Read Image</strong> button.
<br><br>
Image to read: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/ocr_test.jpg" />
Image to read: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="ocrButtonClick()">Read Image</button>
<br><br>
<div class="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion JavaScript Tutorial/thumbnail.html
Expand Up @@ -22,7 +22,7 @@
<div class="userInterface">
Enter the URL to an image to use to create a thumbnail image, then click the <strong>Generate Thumbnail</strong> button.
<br><br>
Image for thumbnail: <input type="text" name="inputImage" id="inputImage" value="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/media/inquisitive_dog.jpg" />
Image for thumbnail: <input type="text" name="inputImage" id="inputImage" value="Enter image URL here." />
<button onclick="thumbnailButtonClick()">Generate Thumbnails</button>
<br><br>
<div class="wrapper">
Expand Down

0 comments on commit ea1f778

Please sign in to comment.