![]() |
VOOZH | about |
dotnet add package XImage.OCR.AspNet.Mvc --version 12.3.5.38
NuGet\Install-Package XImage.OCR.AspNet.Mvc -Version 12.3.5.38
<PackageReference Include="XImage.OCR.AspNet.Mvc" Version="12.3.5.38" />
<PackageVersion Include="XImage.OCR.AspNet.Mvc" Version="12.3.5.38" />Directory.Packages.props
<PackageReference Include="XImage.OCR.AspNet.Mvc" />Project file
paket add XImage.OCR.AspNet.Mvc --version 12.3.5.38
#r "nuget: XImage.OCR.AspNet.Mvc, 12.3.5.38"
#:package XImage.OCR.AspNet.Mvc@12.3.5.38
#addin nuget:?package=XImage.OCR.AspNet.Mvc&version=12.3.5.38Install as a Cake Addin
#tool nuget:?package=XImage.OCR.AspNet.Mvc&version=12.3.5.38Install as a Cake Tool
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());
High quality and easy to use library.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Showing the top 1 NuGet packages that depend on XImage.OCR.AspNet.Mvc:
| 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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 12.3.5.38 | 82 | 6/16/2026 |
| 12.3.5.37 | 100 | 6/9/2026 |
| 12.3.5.36 | 105 | 6/2/2026 |
| 12.3.5.35 | 120 | 5/26/2026 |
| 12.3.5.34 | 133 | 5/19/2026 |
| 12.3.5.33 | 145 | 5/12/2026 |
| 12.3.5.32 | 150 | 5/5/2026 |
| 12.3.5.31 | 171 | 4/28/2026 |
| 12.3.5.30 | 168 | 4/21/2026 |
| 12.3.5.29 | 170 | 4/14/2026 |
| 12.3.5.28 | 184 | 4/7/2026 |
| 12.3.5.27 | 183 | 3/31/2026 |
| 12.3.5.26 | 193 | 3/24/2026 |
| 12.3.5.25 | 222 | 3/17/2026 |
| 12.3.5.24 | 197 | 3/10/2026 |
| 12.3.5.23 | 206 | 3/3/2026 |
| 12.3.5.22 | 218 | 2/24/2026 |
| 12.3.5.21 | 228 | 2/17/2026 |
| 12.3.5.20 | 221 | 2/10/2026 |
| 12.3.5.19 | 237 | 2/3/2026 |