XImage.OCR.Blazor
12.3.5.20
See the version list below for details.
dotnet add package XImage.OCR.Blazor --version 12.3.5.20
NuGet\Install-Package XImage.OCR.Blazor -Version 12.3.5.20
<PackageReference Include="XImage.OCR.Blazor" Version="12.3.5.20" />
<PackageVersion Include="XImage.OCR.Blazor" Version="12.3.5.20" />
<PackageReference Include="XImage.OCR.Blazor" />
paket add XImage.OCR.Blazor --version 12.3.5.20
#r "nuget: XImage.OCR.Blazor, 12.3.5.20"
#:package XImage.OCR.Blazor@12.3.5.20
#addin nuget:?package=XImage.OCR.Blazor&version=12.3.5.20
#tool nuget:?package=XImage.OCR.Blazor&version=12.3.5.20
XImage.OCR for Blazor app is a C# Optical Character Recognition library to read, extract text contents from images, scanned PDFs, multi-page TIFF files in .NET projects.
XImage.OCR for Blazor app from RasterEdge is an advanced OCR library :
- Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF
- Support multiple languages, including English, French, German, Portuguese, Spanish, Russian, Italian, Dutch, Arabic, Korean, etc
- Support user-defined image and document OCR, like full-page, auto and manual zonal OCR recognition
- Able to read QR Code, barcode data from PDF, Tiff and image files
Compatible with
- .NET Standard 2.0
- .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
- .NET Framework 4.x
- Windows, Mac, Linux, Docker, Azure
Get to Start
Once installed the package, you can use the following C# code to scan, extract text content from images in C# application
// Set the training data path. Please put eng.traineddata (for English) under the directory you specified.
OCRHandler.SetTrainResourcePath(@"c:\source\");
//Load an image.
Bitmap img = new Bitmap(@"C:\page.jpeg");
// Recognize characters from this image. Default language is English.
OCRPage ocrPage = OCRHandler.Import(img);
ocrPage.Recognize();
Console.WriteLine(ocrPage.GetText());
Support & Documents
- C# How to Guide : http://www.rasteredge.com/how-to/csharp-imaging/ocr-sdk/
- Email : support@rasteredge.com
High quality and easy to use library.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XImage.OCR.Blazor:
| Package | Downloads |
|---|---|
|
XImage.OCR
XImage.OCR is a C# Optical Character Recognition library to read, extract text contents from images, scanned PDFs, multi-page TIFF files in .NET projects. XImage.OCR from RasterEdge is an advanced OCR library : * Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF * Support multiple languages, including English, French, German, Portuguese, Spanish, Russian, Italian, Dutch, Arabic, Korean, etc * Support user-defined image and document OCR, like full-page, auto and manual zonal OCR recognition * Able to read QR Code, barcode data Compatible with * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : http://www.rasteredge.com/how-to/csharp-imaging/ocr-sdk/ * Email : support@rasteredge.com |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 12.3.5.31 | 91 | 4/28/2026 |
| 12.3.5.30 | 95 | 4/21/2026 |
| 12.3.5.29 | 95 | 4/14/2026 |
| 12.3.5.28 | 105 | 4/7/2026 |
| 12.3.5.27 | 114 | 3/31/2026 |
| 12.3.5.26 | 119 | 3/24/2026 |
| 12.3.5.25 | 135 | 3/17/2026 |
| 12.3.5.24 | 137 | 3/10/2026 |
| 12.3.5.23 | 135 | 3/3/2026 |
| 12.3.5.22 | 149 | 2/24/2026 |
| 12.3.5.21 | 160 | 2/17/2026 |
| 12.3.5.20 | 156 | 2/10/2026 |
| 12.3.5.19 | 169 | 2/3/2026 |
| 12.3.5.18 | 171 | 1/27/2026 |
| 12.3.5.17 | 181 | 1/20/2026 |
| 12.3.5.16 | 193 | 1/13/2026 |
| 12.3.5.15 | 200 | 1/6/2026 |
| 12.3.5.14 | 207 | 12/30/2025 |
| 12.3.5.13 | 292 | 12/23/2025 |
| 12.3.5.12 | 402 | 12/16/2025 |