Cognitive.Service.Image.OCR.Handwritten.Text
1.0.0
First, subscribe on Microsoft Azure. Microsoft
gives a 7-day trial Subscription Key https://azure.microsoft.com/en-us/try/cognitive-services/ . We can use that Subscription key for testing purposes.
you need to log into the Azure Portal with our Azure credentials. Then we need to create an Azure Computer Vision Subscription Key in the Azure portal.
Click on "Create a resource" on the left side menu and it will open an "Azure Marketplace". There, we can see the list of services. Click "AI + Machine Learning" then click on the "Computer Vision"
Provision a Computer Vision Subscription Key
Install-Package Cognitive.Service.Image.OCR.Handwritten.Text -Version 1.0.0
dotnet add package Cognitive.Service.Image.OCR.Handwritten.Text --version 1.0.0
<PackageReference Include="Cognitive.Service.Image.OCR.Handwritten.Text" Version="1.0.0" />
paket add Cognitive.Service.Image.OCR.Handwritten.Text --version 1.0.0
#r "nuget: Cognitive.Service.Image.OCR.Handwritten.Text, 1.0.0"
// Install Cognitive.Service.Image.OCR.Handwritten.Text as a Cake Addin
#addin nuget:?package=Cognitive.Service.Image.OCR.Handwritten.Text&version=1.0.0
// Install Cognitive.Service.Image.OCR.Handwritten.Text as a Cake Tool
#tool nuget:?package=Cognitive.Service.Image.OCR.Handwritten.Text&version=1.0.0
Var text= TextWriteOCR.ReadHandwrittenText(key, imagePath, endPoint);
Var text= TextWriteOCR.ReadHandwrittenText(key, imagePath, endPoint);
Release Notes
Requirements
Subscription key ( Azure Portal ).
Visual Studio 2015 or 2017
These are the major requirements mentioned in the Microsoft docs.
Supported input methods: Raw image binary in the form of an application/octet-stream or image URL.
Supported image formats: JPEG, PNG, BMP.
Image file size: Less than 4 MB.
Image dimensions must be at least 40 x 40, at most 3200 x 3200.
Dependencies
-
- Newtonsoft.Json (>= 11.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 771 | 10/1/2018 |