Skip to content

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

Notifications You must be signed in to change notification settings

manobalas/OCR-Computer-Vision-API-Azure-Cognitive-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published