Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1 KB

File metadata and controls

30 lines (19 loc) · 1 KB

Azure Cognitive Service | Computer Vision API

Optical character recognition, using c-sharp and asp.net with help of Azure Cognitive Service | Computer Vision API

Import

using Newtonsoft.Json.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using System.IO;
using RestSharp;
using System.Threading;

Kindly make sure you are having .NET Framework 4.5.2, in order to install RestSharp Package.

If Not Follow the below steps, To Install RestSharp Package, Goto Tools -> NuGet Package Manager -> Package Manager Console -> Install-Package RestSharp -Version 106.3.1

Buy Subscription Key

You can buy the subscription key from Azure portal (Cognitive Service -> Computer Vision)

string key = "< Subscription Key >";

Final

All the setup needed to get start the quick testing is completed, now you can run the application.

For More Info or Add on Functionality, Contact Email: manobala.s@hotmail.com