Language | Sample code | Tutorial |
---|---|---|
.NET | Sample code | .NET tutorial |
JavaScript | Sample code | JavaScript tutorial |
In this tutorial, you'll learn how to upload an image to Azure Blob Storage and process it using Azure Functions and Computer Vision. You'll also learn how to implement Azure Function triggers and bindings as part of this process. Together, these services will analyze an uploaded image that contains text, extract the text out of it, and then store the text in a database row for later analysis or other purposes.