Skip to content

Cognitive Services (Vision API) - text recognition from image using ComputerVision nuget package.

Notifications You must be signed in to change notification settings

Thomas-CV/cs-vision-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Cognitive Services Vision Sample

This sample contains an application for text recognition using Vision API from Microsoft Cognitive Services. The application is implemented in C# / .NET Core 2.1.

Getting Started

  1. Get API key for the Vision API from Microsoft Cognitive Services.
  2. Open the sample in Visual Studio 2017 or newer:
    • replace text "replace_with_your_subscription_key" in appsettings.json with obtained subscription key.
    • if needed verify that the ServiceEndpoint in appsettings.json is the same as obtained from Microsoft's web.
  3. Build and run the sample application.

About

Cognitive Services (Vision API) - text recognition from image using ComputerVision nuget package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published