OcrContentApp 1.0.2

dotnet add package OcrContentApp --version 1.0.2
NuGet\Install-Package OcrContentApp -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OcrContentApp" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OcrContentApp --version 1.0.2
#r "nuget: OcrContentApp, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OcrContentApp as a Cake Addin
#addin nuget:?package=OcrContentApp&version=1.0.2

// Install OcrContentApp as a Cake Tool
#tool nuget:?package=OcrContentApp&version=1.0.2

OCR Content App

An OCR Content App for Umbraco which gives you an OCR tab to read text from an image

https://github.com/prjseal/Umbraco-OCR/blob/master/images/logo.jpg?raw=true

You need the following app settings in your web.config file:

<add key="OcrSubscriptionKey" value="azure-subscription-key-here" /> <add key="OcrApiUrl" value="https://westeurope.api.cognitive.microsoft.com/vision/v2.0/ocr" />

Please make sure you have a valid subscription key for the Azure Vision API in the app settings of the web.config file. Also check that the ocr api endpoint is correct.

To find out how to get a subscription key, visit this page: https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/vision-api-how-to-topics/howtosubscribe

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 713 3/18/2019
1.0.1 527 3/18/2019
1.0.0 580 3/18/2019

- An OCR Content App for Umbraco which gives you an OCR tab to read text from an image