Aspose.Ocr.Cpp-GPU
22.11.0
See the version list below for details.
dotnet add package Aspose.Ocr.Cpp-GPU --version 22.11.0
NuGet\Install-Package Aspose.Ocr.Cpp-GPU -Version 22.11.0
<PackageReference Include="Aspose.Ocr.Cpp-GPU" Version="22.11.0" />
paket add Aspose.Ocr.Cpp-GPU --version 22.11.0
#r "nuget: Aspose.Ocr.Cpp-GPU, 22.11.0"
// Install Aspose.Ocr.Cpp-GPU as a Cake Addin #addin nuget:?package=Aspose.Ocr.Cpp-GPU&version=22.11.0 // Install Aspose.Ocr.Cpp-GPU as a Cake Tool #tool nuget:?package=Aspose.Ocr.Cpp-GPU&version=22.11.0
C++ API to Perform OCR via GPU
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
It is an OCR API that enhances your C++ apps to perform image recognition using GPU
and CUDA
technology.
Image OCR API Features
- Recognize characters from images.
- Calculate the skew angle of images.
- Currently, it supports the English language.
- Auto-align image and autodetect text areas.
- Get a single line and recognize it.
Read Image Formats for OCR
Raster Formats: JPEG, BMP ( 32bit and 16bit images are not supported), PNG
Supported Charset for Recognition
EN
Pre-requisites
Aspose OCR library requires onnxruntime.dll
in the system path.
Get Started with Aspose.OCR for C++
Are you ready to give Aspose.OCR for C++ a try? Simply execute Install-Package Aspose.Ocr.Cpp-GPU
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.OCR for C++ and want to upgrade the version, please execute Update-Package Aspose.Ocr.Cpp-GPU
to get the latest version.
Execute the following code snippet to see how Aspose.OCR API performs with your own samples or please visit the GitHub Repository for other common usage scenarios.
Perform OCR on PNG Image via C++ Code
// For complete examples and data files, please go to https://github.com/aspose-ocr/Aspose.OCR-for-C
std::string image_path = "../Data/Source/sample.png";
const wchar_t* result = aspose::ocr::recognize_page(image_path.c_str());
std::wcout << result << L'\n';
Evaluation Version Limitation
The evaluation version of Aspose.OCR for C++ limits the number of characters extracted from an image to 300.
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- Microsoft.ML.OnnxRuntime.Gpu (= 1.12.1)
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 |
---|---|---|
24.9.0 | 116 | 9/3/2024 |
24.5.0 | 124 | 5/31/2024 |
24.4.0 | 162 | 4/30/2024 |
24.2.0 | 2,696 | 2/29/2024 |
24.1.0 | 2,915 | 1/30/2024 |
23.12.0 | 3,457 | 12/28/2023 |
23.11.0 | 5,049 | 11/30/2023 |
23.10.0 | 5,611 | 10/30/2023 |
23.9.0 | 6,272 | 9/22/2023 |
23.8.0 | 5,655 | 8/31/2023 |
23.6.0 | 6,483 | 7/1/2023 |
23.4.0 | 6,595 | 4/28/2023 |
23.3.0 | 6,330 | 3/31/2023 |
23.2.0 | 7,199 | 2/8/2023 |
22.12.0 | 6,209 | 12/2/2022 |
22.11.0 | 6,006 | 11/21/2022 |
22.10.0 | 5,047 | 10/18/2022 |
21.7.0 | 7,622 | 7/14/2021 |
21.5.0 | 7,139 | 5/26/2021 |
21.4.0 | 6,106 | 5/4/2021 |
21.2.0 | 6,612 | 3/1/2021 |
20.11.0 | 6,824 | 11/27/2020 |
20.10.0 | 7,325 | 10/23/2020 |
20.9.0 | 7,349 | 9/30/2020 |
20.8.0 | 5,790 | 8/28/2020 |
20.7.0 | 5,984 | 8/3/2020 |