We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189236d commit 926bb61Copy full SHA for 926bb61
articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-node-sdk-40.md
@@ -56,6 +56,12 @@ Use the Image Analysis client SDK for JavaScript to analyze an image to read tex
56
npm install @azure-rest/ai-vision-image-analysis
57
```
58
59
+ Also install the dotenv package:
60
+
61
+ ```console
62
+ npm install dotenv
63
+ ```
64
65
Your app's `package.json` file will be updated with the dependencies.
66
67
1. Create a new file, *index.js*. Open it in a text editor and paste in the following code.
0 commit comments