Skip to content

NAXAM/cognitiveservices-xamarin-forms-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR with Cognitive Services in Xamarin.Forms

A small sample on using Cognitive Services to extract text from image

To run

In order to run, you will need to change Cognitive Service Key and Endpoint.

client = new VisionServiceClient(
                "{YOUR-API-KEY}",
                "{YOUR-ENDPOINT-URL}");

Releases

No releases published

Packages

No packages published

Languages