Aspose.Ocr.Cpp
20.6.0
See the version list below for details.
dotnet add package Aspose.Ocr.Cpp --version 20.6.0
NuGet\Install-Package Aspose.Ocr.Cpp -Version 20.6.0
<PackageReference Include="Aspose.Ocr.Cpp" Version="20.6.0" />
paket add Aspose.Ocr.Cpp --version 20.6.0
#r "nuget: Aspose.Ocr.Cpp, 20.6.0"
// Install Aspose.Ocr.Cpp as a Cake Addin #addin nuget:?package=Aspose.Ocr.Cpp&version=20.6.0 // Install Aspose.Ocr.Cpp as a Cake Tool #tool nuget:?package=Aspose.Ocr.Cpp&version=20.6.0
Optical Character Recognition (OCR) C++ API
Aspose.OCR for C++ is a standalone OCR API that enhances your C++ apps to perform the OCR operation on JPEG, PNG, & BMP images for extraction of English content.
Image OCR API Features
- Recognize characters from images.
- Calculate the skew angle of images.
- Currently it supports English language.
- Auto-align image and autodetect text areas.
- Get a single line and recognize it.
New Features in Version 20.6
- New API for recognition in rectangle and limited symbol set.
For the detailed notes, pelase visit Aspose.OCR for CPP 20.6 Release Notes.
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.
Getting Started with Aspose.OCR for C++
Are you ready to give Aspose.OCR for C++ a try? Simply execute Install-Package Aspose.OCR.Cpp
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
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
// 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 | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- Microsoft.ML.OnnxRuntime (>= 1.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspose.Ocr.Cpp:
Package | Downloads |
---|---|
Aspose.Total.Cpp
Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.9.0 | 304 | 9/3/2024 |
24.5.0 | 1,444 | 5/31/2024 |
24.4.0 | 2,006 | 4/30/2024 |
24.3.0 | 3,256 | 3/31/2024 |
24.2.0 | 3,587 | 2/29/2024 |
24.1.0 | 3,526 | 1/30/2024 |
23.12.0 | 4,501 | 12/28/2023 |
23.11.0 | 4,927 | 11/30/2023 |
23.10.0 | 5,434 | 10/30/2023 |
23.9.0 | 5,476 | 9/22/2023 |
23.8.0 | 5,974 | 8/31/2023 |
23.6.0 | 10,143 | 7/1/2023 |
23.4.0 | 7,430 | 4/28/2023 |
23.3.0 | 5,545 | 3/31/2023 |
23.2.0 | 6,056 | 2/8/2023 |
22.12.0 | 9,033 | 12/2/2022 |
22.11.0 | 6,127 | 11/21/2022 |
22.10.0 | 6,058 | 10/18/2022 |
22.9.1 | 1,226 | 10/3/2022 |
22.8.0 | 9,782 | 8/29/2022 |
22.7.0 | 7,147 | 7/25/2022 |
22.6.0 | 7,849 | 6/29/2022 |
22.5.0 | 5,780 | 5/20/2022 |
22.4.0 | 6,274 | 4/22/2022 |
22.3.0 | 6,334 | 3/28/2022 |
22.1.0 | 8,805 | 1/28/2022 |
21.12.0 | 6,359 | 12/29/2021 |
21.11.0 | 11,337 | 11/22/2021 |
21.10.0 | 8,455 | 10/3/2021 |
21.8.0 | 11,619 | 8/9/2021 |
21.7.0 | 6,572 | 7/14/2021 |
21.5.0 | 6,850 | 5/26/2021 |
21.4.0 | 7,080 | 5/4/2021 |
21.2.0 | 8,965 | 3/1/2021 |
20.11.0 | 16,572 | 11/27/2020 |
20.10.0 | 6,465 | 10/23/2020 |
20.9.0 | 7,956 | 9/30/2020 |
20.8.0 | 5,115 | 8/28/2020 |
20.7.1 | 10,852 | 7/17/2020 |
20.6.2 | 5,466 | 6/26/2020 |
20.6.1 | 8,743 | 6/10/2020 |
20.6.0 | 1,482 | 6/2/2020 |
20.4.0 | 8,762 | 4/15/2020 |