Skip to content

A .NET Standard 1.4 library for the Microsoft Cognitive Services APIs.

Notifications You must be signed in to change notification settings

JanLenoch/CognitiveServices

Repository files navigation

A .NET Standard 1.4 library for the Microsoft Cognitive Services APIs.

As of now, it supports OCR processing of the Computer Vision API v1.0.

Feel free to add support for other APIs via pull requests.

Library usage

Invoke either of the two overloads of the RecognizeAsync method of the JanLenoch.CognitiveServices.Ocr.OcrClient class. The first overload is suited for submitting URIs of publicly accessible images, the second one accepts a byte[] array of an image.

The methods return an OcrResponse object with regions, lines and words. All hierarchically structured, with bounding boxes and coordinates.

About

A .NET Standard 1.4 library for the Microsoft Cognitive Services APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages