Aspose.OCR-Cloud
1.0.4
See the version list below for details.
dotnet add package Aspose.OCR-Cloud --version 1.0.4
NuGet\Install-Package Aspose.OCR-Cloud -Version 1.0.4
<PackageReference Include="Aspose.OCR-Cloud" Version="1.0.4" />
paket add Aspose.OCR-Cloud --version 1.0.4
#r "nuget: Aspose.OCR-Cloud, 1.0.4"
// Install Aspose.OCR-Cloud as a Cake Addin #addin nuget:?package=Aspose.OCR-Cloud&version=1.0.4 // Install Aspose.OCR-Cloud as a Cake Tool #tool nuget:?package=Aspose.OCR-Cloud&version=1.0.4
.NET Cloud REST API for OCR
This cloud SDK helps you perform optical character recognition (OCR) on various image formats using C#, ASP.NET or other .NET supported languages, in the cloud.
OCR Processing Features
- Recognize and extract text from images via OCR.
- Specify area of the image from which you want to extract text.
- Perform OCR to recognize text from whole or partial image.
- Fetch character and font information from raster images.
- Return the response in the JSON or XML format.
- Supports English, French & Spanish text recognition.
Save OCR As
TXT, PDF, HOCR
Read OCR Formats
BMP, JPG, GIF, PNG, TIFF
Platform Independence
Aspose.OCR Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.
Getting Started with Aspose.OCR Cloud SDK for .NET
You do not need to install anything to get started with Aspose.OCR Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.
Simply execute Install-Package Aspose.OCR-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.OCR assembly in your project. If you already have Aspose.OCR Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.OCR-Cloud
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Access a PNG Image from URL & Extract its Text using C# via REST API
The following code sample elaborates, how to access a web hosted PNG image via URL, perform OCR on it and extract its text using C#via REST API:
string imgUri = @"http://typecast.com/images/uploads/fluid-type-single-column.png";
OcrApi api = new OcrApi(conf);
var request = new PostOcrFromUrlOrContentRequest(null, imgUri);
OCRResponse response = api.PostOcrFromUrlOrContent(request);
return response.Text;
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Aspose.Storage-Cloud (>= 1.0.8)
- Newtonsoft.Json (>= 9.0.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 | |
---|---|---|---|
24.11.2 | 137 | 11/20/2024 | |
24.11.1 | 89 | 11/19/2024 | |
24.11.0 | 106 | 11/13/2024 | |
24.8.0 | 146 | 8/13/2024 | |
24.6.0 | 175 | 6/13/2024 | |
23.12.0 | 560 | 12/21/2023 | |
23.11.0 | 583 | 11/24/2023 | |
23.6.0 | 249 | 7/3/2023 | |
23.5.0 | 192 | 5/22/2023 | |
22.12.0 | 590 | 12/15/2022 | |
22.5.1 | 4,076 | 5/17/2022 | |
22.5.0 | 483 | 5/17/2022 | |
21.12.2 | 381 | 12/28/2021 | |
21.12.1 | 2,943 | 12/14/2021 | |
21.12.0 | 360 | 12/7/2021 | |
21.9.0 | 2,400 | 9/1/2021 | |
21.8.0 | 785 | 8/10/2021 | |
21.6.0 | 1,947 | 6/25/2021 | |
21.5.0 | 855 | 5/7/2021 | |
21.4.0 | 503 | 4/11/2021 | |
21.3.1 | 615 | 3/16/2021 | |
20.3.0 | 694 | 4/14/2020 | |
1.0.4 | 1,188 | 8/14/2017 | |
1.0.3 | 1,056 | 1/6/2017 | |
1.0.2 | 1,047 | 11/2/2016 | |
1.0.1 | 1,022 | 10/20/2016 | |
1.0.0 | 1,604 | 2/26/2016 |