Aspose.OCR-GPU
20.9.0
See the version list below for details.
dotnet add package Aspose.OCR-GPU --version 20.9.0
NuGet\Install-Package Aspose.OCR-GPU -Version 20.9.0
<PackageReference Include="Aspose.OCR-GPU" Version="20.9.0" />
paket add Aspose.OCR-GPU --version 20.9.0
#r "nuget: Aspose.OCR-GPU, 20.9.0"
// Install Aspose.OCR-GPU as a Cake Addin #addin nuget:?package=Aspose.OCR-GPU&version=20.9.0 // Install Aspose.OCR-GPU as a Cake Tool #tool nuget:?package=Aspose.OCR-GPU&version=20.9.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 the whole image or only a specific portion of the image.
- Scan rotated images.
- Application of various noise removal filters to assist image recognition.
New Features & Enhancements
- Added
JSON
as a new recognition result format. - Ability to send URI-link for recognition, send recognition options as an object, and get recognition result as an object with different properties.
For the detailed notes, pelase visit Aspose.OCR for .NET 20.9 - Release Notes.
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 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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.
Version | Downloads | Last updated |
---|---|---|
23.10.1 | 4,668 | 10/31/2023 |
23.6.0 | 2,601 | 6/21/2023 |
23.5.0 | 2,487 | 5/29/2023 |
21.6.0 | 4,382 | 6/30/2021 |
21.5.0 | 2,640 | 5/26/2021 |
21.4.0 | 2,922 | 4/29/2021 |
21.3.0 | 3,084 | 3/30/2021 |
21.2.0 | 2,883 | 2/25/2021 |
21.1.2 | 2,508 | 2/2/2021 |
20.12.0 | 2,141 | 12/28/2020 |
20.11.0 | 2,855 | 11/26/2020 |
20.10.0 | 2,511 | 10/27/2020 |
20.9.0 | 2,813 | 9/25/2020 |
20.8.0 | 2,370 | 8/27/2020 |
20.7.0 | 2,078 | 8/5/2020 |