Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
services: app-service, functions
platforms: dotnet
author: [yochay](https://github.com/yochay)
---
Upload an image that includes some text in it, run an OCR on the image to extract the text, store the text, and finally retrieve both image and text.
To run this sample you will need the following:
- An Internet Connection
- An Azure subscription is optional. You can run the entire sample from Try Azure Functions
- You can use an Azure subscription
- Go to https://functions.azure.com and click the green Try-It-For-Free button)
- Choose Webhook + API scenario (many other templates are available for other scenarios)
- Choose your programming language between C# or JavaScript (node.js).
- Click “Create this function” button, which will prompt you to login
- Login with your selected social identity, wait for few seconds… and you have an HTTP trigger function ready for use
- Only in Try Functions experience you need to manually copy & paste the code from the repo
A full walk-through of the scenario and functions is available in the App Service Team Blog