Skip to content

SyntaxC4-MSFT/FunctionSimpleImageUpload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
---

C# Azure Functions for uploading and processing images

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.

alt text

How to run the sample

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

Use this sample in Try Functions (doesn't require an Azure Subscription)

  1. Go to https://functions.azure.com and click the green Try-It-For-Free button)
  2. Choose Webhook + API scenario (many other templates are available for other scenarios)
  3. Choose your programming language between C# or JavaScript (node.js).
  4. Click “Create this function” button, which will prompt you to login
  5. Login with your selected social identity, wait for few seconds… and you have an HTTP trigger function ready for use
  6. Only in Try Functions experience you need to manually copy & paste the code from the repo

Walk-through

A full walk-through of the scenario and functions is available in the App Service Team Blog

About

Simple functions upload and image manipulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.9%
  • C# 37.1%