OcrContentApp 1.0.2
dotnet add package OcrContentApp --version 1.0.2
NuGet\Install-Package OcrContentApp -Version 1.0.2
<PackageReference Include="OcrContentApp" Version="1.0.2" />
paket add OcrContentApp --version 1.0.2
#r "nuget: OcrContentApp, 1.0.2"
// 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
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
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.
- An OCR Content App for Umbraco which gives you an OCR tab to read text from an image