You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/curl-quickstart.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ Use the Optical character recognition REST API to read printed and handwritten t
28
28
*[cURL](https://curl.haxx.se/) installed
29
29
30
30
31
+
> [!div class="nextstepaction"]
32
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=OCR&Page=quickstart&Section=Prerequisites"target="_target">I ran into an issue</a>
33
+
31
34
## Read printed and handwritten text
32
35
33
36
The OCR service can extract visible text in an image or document and convert it to a character stream. For more information on text extraction, see the [Optical character recognition (OCR) overview](../overview-ocr.md).
@@ -71,6 +74,9 @@ curl -v -X POST "https://westcentralus.api.cognitive.microsoft.com/vision/v3.2/r
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=OCR&Page=quickstart&Section=Read-printed-and-handwritten-text"target="_target">I ran into an issue</a>
79
+
74
80
### Examine the response
75
81
76
82
A successful response is returned in JSON. The sample application parses and displays a successful response in the command prompt window, similar to the following example:
@@ -133,7 +139,8 @@ A successful response is returned in JSON. The sample application parses and dis
133
139
134
140
```
135
141
136
-
142
+
> [!div class="nextstepaction"]
143
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=OCR&Page=quickstart&Section=Output"target="_target">I ran into an issue</a>
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/ocr-studio-quickstart.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ ms.author: pafarley
17
17
18
18
* Sign in to [Vision Studio](https://portal.vision.cognitive.azure.com/) with your Azure subscription and Cognitive Services resource. See the [Get started section](../overview-vision-studio.md#get-started-using-vision-studio) of the overview if you need help with this step.
19
19
20
+
> [!div class="nextstepaction"]
21
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Vision-studio&Pillar=Vision&Product=OCR&Page=quickstart&Section=Prerequisites"target="_target">I ran into an issue</a>
22
+
20
23
## Read printed and handwritten text
21
24
22
25
1. Select the **Extract text** tab, and select panel titled **Extract text from images**.
@@ -25,6 +28,9 @@ ms.author: pafarley
25
28
1. After you select your image, you'll see the extracted text appear in the output window. You can also select the **JSON** tab to see the JSON output that the API call returns.
26
29
1. Below the try-it-out experience are next steps to start using this capability in your own application.
27
30
31
+
> [!div class="nextstepaction"]
32
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Vision-studio&Pillar=Vision&Product=OCR&Page=quickstart&Section=Read-printed-and-handwritten-text"target="_target">I ran into an issue</a>
33
+
28
34
## Next steps
29
35
30
36
In this quickstart, you used Vision Studio to access the Read API. Next, learn more about the Read API features.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/csharp-sdk.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Use the OCR client library to read printed and handwritten text from a remote im
29
29
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
30
30
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
31
31
32
+
> [!div class="nextstepaction"]
33
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=OCR&Page=quickstart&Section=Prerequisites"target="_target">I ran into an issue</a>
34
+
35
+
32
36
## Read printed and handwritten text
33
37
34
38
1. Create a new C# application.
@@ -111,6 +115,9 @@ Use the OCR client library to read printed and handwritten text from a remote im
111
115
112
116
---
113
117
118
+
> [!div class="nextstepaction"]
119
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=OCR&Page=quickstart&Section=Read-printed-and-handwritten-text"target="_target">I ran into an issue</a>
120
+
114
121
## Output
115
122
116
123
```console
@@ -137,6 +144,8 @@ nt Daily Values are based on Vitamin A 50%
137
144
calorie diet.
138
145
```
139
146
147
+
> [!div class="nextstepaction"]
148
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=OCR&Page=quickstart&Section=Output"target="_target">I ran into an issue</a>
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/java-sdk.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Use the OCR client library to read printed and handwritten text from a remote im
30
30
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
31
31
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
32
32
33
+
> [!div class="nextstepaction"]
34
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Vision&Product=OCR&Page=quickstart&Section=Prerequisites"target="_target">I ran into an issue</a>
35
+
33
36
## Read printed and handwritten text
34
37
35
38
1. Create a new Gradle project.
@@ -109,6 +112,9 @@ Use the OCR client library to read printed and handwritten text from a remote im
109
112
gradle run
110
113
```
111
114
115
+
> [!div class="nextstepaction"]
116
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Vision&Product=OCR&Page=quickstart&Section=Read-printed-and-handwritten-text"target="_target">I ran into an issue</a>
117
+
112
118
## Output
113
119
114
120
```console
@@ -132,6 +138,9 @@ Vitamin A 50%
132
138
calorie diet
133
139
```
134
140
141
+
> [!div class="nextstepaction"]
142
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Vision&Product=OCR&Page=quickstart&Section=Output"target="_target">I ran into an issue</a>
143
+
135
144
## Clean up resources
136
145
137
146
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/node-sdk.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Use the Optical character recognition client library to read printed and handwri
30
30
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
31
31
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
32
32
33
+
> [!div class="nextstepaction"]
34
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=OCR&Page=quickstart&Section=Prerequisites"target="_target">I ran into an issue</a>
35
+
33
36
## Read printed and handwritten text
34
37
35
38
1. Create a new Node.js application.
@@ -90,6 +93,9 @@ Use the Optical character recognition client library to read printed and handwri
90
93
node index.js
91
94
```
92
95
96
+
> [!div class="nextstepaction"]
97
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=OCR&Page=quickstart&Section=Read-printed-and-handwritten-text"target="_target">I ran into an issue</a>
98
+
93
99
## Output
94
100
95
101
```console
@@ -116,6 +122,9 @@ calorie diet.
116
122
End of quickstart.
117
123
```
118
124
125
+
> [!div class="nextstepaction"]
126
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=OCR&Page=quickstart&Section=Output"target="_target">I ran into an issue</a>
127
+
119
128
## Clean up resources
120
129
121
130
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/python-sdk.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Use the OCR client library to read printed and handwritten text from a remote im
30
30
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
31
31
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
32
32
33
+
> [!div class="nextstepaction"]
34
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=OCR&Page=quickstart&Section=Prerequisites"target="_target">I ran into an issue</a>
35
+
33
36
## Read printed and handwritten text
34
37
35
38
1. Install the client library.
@@ -76,6 +79,9 @@ Use the OCR client library to read printed and handwritten text from a remote im
76
79
python quickstart-file.py
77
80
```
78
81
82
+
> [!div class="nextstepaction"]
83
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=OCR&Page=quickstart&Section=Read-printed-and-handwritten-text"target="_target">I ran into an issue</a>
84
+
79
85
## Output
80
86
81
87
```console
@@ -90,6 +96,9 @@ the lazy dog!
90
96
End of Computer Vision quickstart.
91
97
```
92
98
99
+
> [!div class="nextstepaction"]
100
+
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=OCR&Page=quickstart&Section=Output"target="_target">I ran into an issue</a>
101
+
93
102
## Clean up resources
94
103
95
104
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
0 commit comments