Aspose.OCR-GPU
21.3.0
Aspose.OCR for .NET is a robust optical character recognition API.
Developers can easily add OCR functionalities in their applications.
API is extensible, easy to use, compact and provides a simple set of classes
for controlling character recognition.
Install-Package Aspose.OCR-GPU -Version 21.3.0
dotnet add package Aspose.OCR-GPU --version 21.3.0
<PackageReference Include="Aspose.OCR-GPU" Version="21.3.0" />
paket add Aspose.OCR-GPU --version 21.3.0
#r "nuget: Aspose.OCR-GPU, 21.3.0"
// Install Aspose.OCR-GPU as a Cake Addin
#addin nuget:?package=Aspose.OCR-GPU&version=21.3.0
// Install Aspose.OCR-GPU as a Cake Tool
#tool nuget:?package=Aspose.OCR-GPU&version=21.3.0
OCR Processing via GPU
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
It is an OCR API that enhances your .NET apps to perform 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 the 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.
Get 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 simply 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
OCR Processing via GPU
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
It is an OCR API that enhances your .NET apps to perform 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 the 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.
Get 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 simply 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
Release Notes
https://docs.aspose.com/ocr/net/aspose-ocr-for-net-21-3-release-notes/
Dependencies
-
.NETStandard 2.0
- Microsoft.ML.OnnxRuntime.Gpu (>= 1.7.1)
- System.Drawing.Common (>= 4.7.0)
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.