Aspose.OCR-GPU
20.7.0
See the version list below for details.
dotnet add package Aspose.OCR-GPU --version 20.7.0
NuGet\Install-Package Aspose.OCR-GPU -Version 20.7.0
<PackageReference Include="Aspose.OCR-GPU" Version="20.7.0" />
paket add Aspose.OCR-GPU --version 20.7.0
#r "nuget: Aspose.OCR-GPU, 20.7.0"
// Install Aspose.OCR-GPU as a Cake Addin
#addin nuget:?package=Aspose.OCR-GPU&version=20.7.0
// Install Aspose.OCR-GPU as a Cake Tool
#tool nuget:?package=Aspose.OCR-GPU&version=20.7.0
OCR Processing via GPU
It is an OCR API that enhances your .NET apps to perform the image recognition using GPU
and CUDA
technology.
GPU OCR API Features
- Programmatically detect, identify and read characters from images.
- Support English, French, Spanish and Portuguese text.
- Detect and read popular font faces such as Arial, Times New Roman, Courier New, Tahoma, Calibri & Verdana.
- Supports regular, bold and italic font styles.
- Scan whole image or only a specific portion of the image.
- Scan rotated images.
- Application of various noise removal filters to assist image recognition.
Read Image Formats for OCR
Raster Formats: JPEG, PNG, GIF, BMP, TIFF
Platform Independence
You can use Aspose.OCR for .NET to develop applications in any development environment that targets the .NET Framework 2.0 and higher. This includes support for Mono and Client Profiles.
Getting Started with Aspose.OCR for .NET
Are you ready to give Aspose.OCR for .NET a try? Simply execute Install-Package Aspose.OCR-GPU
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.OCR for .NET and want to upgrade the version, please execute Update-Package Aspose.OCR-GPU
to get the latest version.
Execute the following code snippet to see how Aspose.OCR API performs with your own samples or check the GitHub Repository for other common usage scenarios.
Perform OCR on PNG Image via C# Code
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_OCR();
// Initialize an instance of AsposeOcr
AsposeOcr api = new AsposeOcr();
// Recognize image
string result = api.RecognizeImage(dataDir + "sample.png");
// Display the recognized text
Console.WriteLine(result);
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.ML.OnnxRuntime.Gpu (>= 1.4.0)
- System.Drawing.Common (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.