XDoc.PDF.OCR.AspNet 12.3.5.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package XDoc.PDF.OCR.AspNet --version 12.3.5.23
                    
NuGet\Install-Package XDoc.PDF.OCR.AspNet -Version 12.3.5.23
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XDoc.PDF.OCR.AspNet" Version="12.3.5.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XDoc.PDF.OCR.AspNet" Version="12.3.5.23" />
                    
Directory.Packages.props
<PackageReference Include="XDoc.PDF.OCR.AspNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XDoc.PDF.OCR.AspNet --version 12.3.5.23
                    
#r "nuget: XDoc.PDF.OCR.AspNet, 12.3.5.23"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XDoc.PDF.OCR.AspNet@12.3.5.23
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XDoc.PDF.OCR.AspNet&version=12.3.5.23
                    
Install as a Cake Addin
#tool nuget:?package=XDoc.PDF.OCR.AspNet&version=12.3.5.23
                    
Install as a Cake Tool

XDoc.PDF with OCR add-in for ASP.NET web app is a C# Optical Character Recognition library to read, extract text contents from images, scanned PDFs, multi-page TIFF files in .NET projects.

XDoc.PDF with OCR add-in 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

There are no supported framework assets in this package.

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 XDoc.PDF.OCR.AspNet:

Package Downloads
XDoc.PDF.OCR

XDoc.PDF with OCR add-in is a C# Optical Character Recognition library to read, extract text contents from scanned PDFs, multi-page TIFF files in .NET projects. XDoc.PDF with OCR add-in 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 60 4/28/2026
12.3.5.30 86 4/21/2026
12.3.5.29 97 4/14/2026
12.3.5.28 101 4/7/2026
12.3.5.27 118 3/31/2026
12.3.5.26 120 3/24/2026
12.3.5.25 129 3/17/2026
12.3.5.24 128 3/10/2026
12.3.5.23 133 3/3/2026
12.3.5.22 143 2/24/2026
12.3.5.21 153 2/17/2026
12.3.5.20 161 2/10/2026
12.3.5.19 158 2/3/2026
12.3.5.18 168 1/27/2026
12.3.5.17 174 1/20/2026
12.3.5.16 231 1/13/2026
12.3.5.15 229 1/6/2026
12.3.5.14 242 12/30/2025
12.3.5.13 325 12/23/2025
12.3.5.12 430 12/16/2025
Loading failed