XDoc.PDF.OCR
12.3.5.20
See the version list below for details.
dotnet add package XDoc.PDF.OCR --version 12.3.5.20
NuGet\Install-Package XDoc.PDF.OCR -Version 12.3.5.20
<PackageReference Include="XDoc.PDF.OCR" Version="12.3.5.20" />
<PackageVersion Include="XDoc.PDF.OCR" Version="12.3.5.20" />
<PackageReference Include="XDoc.PDF.OCR" />
paket add XDoc.PDF.OCR --version 12.3.5.20
#r "nuget: XDoc.PDF.OCR, 12.3.5.20"
#:package XDoc.PDF.OCR@12.3.5.20
#addin nuget:?package=XDoc.PDF.OCR&version=12.3.5.20
#tool nuget:?package=XDoc.PDF.OCR&version=12.3.5.20
XDoc.PDF with OCR add-in 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
- 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.
-
.NETStandard 2.0
- XDoc.PDF.OCR.AspNet (>= 12.3.5)
- XDoc.PDF.OCR.AspNet.Mvc (>= 12.3.5)
- XDoc.PDF.OCR.Blazor (>= 12.3.5)
- XDoc.PDF.OCR.WinForms (>= 12.3.5)
- XDoc.PDF.OCR.WPF (>= 12.3.5)
NuGet packages (1.9K)
Showing the top 5 NuGet packages that depend on XDoc.PDF.OCR:
| 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 |
|
|
KeepAutomation.OCR
KeepAutomation.Ocr is a C# OCR (Optical Character Recognition) library to scan, read text content from TIFF, PDF, raster image files in your .NET projects. KeepAutomation.Ocr is an advanced OCR SDK : * Tesseract OCR engine to read, export image, multi-page TIFF, PDFs to editable text message * Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF * Support multiple languages with special trained data, including English, German, Chinese, French, Spanish, Russian, Arabic, Korean, Japanese etc * Able to read, recognize QR Code, Data Matrix, Code 128, UPC/EAN and other 20+ barcode data message Compatible with * .NET Standard 2.0 * .NET 9, 8, 7, 6, 5, .NET Core 3.x & 2.x * .NET Framework 4.6.1 Information * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.PDF
KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128, GS1, EAN/UPC and other barcode formats on PDF file in ASP.NET Core, Windows Forms, WPF web and desktop application. Supported barcode formats : * QR Code (+GS1, Micro, Macro), Data Matrix (+GS1), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 * Interleaved 2 of 5, ITF-14 * Postal : Intelligent Mail, Identcode, PLANET, POSTNET, Leitcode, RM4SCC Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Tutorial - ASP.NET Core : https://www.keepautomation.com/guide/csharp_barcode_generator_aspnet_core.html * Tutorial - Windows Forms : https://www.keepautomation.com/how_to/net_winforms/csharp_barcode.html * Tutorial - WPF : https://www.keepautomation.com/guide/csharp_barcode_generator_wpf.html * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.Word
KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128, GS1, EAN/UPC and other barcode formats on Word (docx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Supported barcode formats : * QR Code (+GS1, Micro, Macro), Data Matrix (+GS1), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 * Interleaved 2 of 5, ITF-14 * Postal : Intelligent Mail, Identcode, PLANET, POSTNET, Leitcode, RM4SCC Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Tutorial - ASP.NET Core : https://www.keepautomation.com/guide/csharp_barcode_generator_aspnet_core.html * Tutorial - Windows Forms : https://www.keepautomation.com/how_to/net_winforms/csharp_barcode.html * Tutorial - WPF : https://www.keepautomation.com/guide/csharp_barcode_generator_wpf.html * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.Excel
KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128, GS1, EAN/UPC and other barcode formats on Excel (xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Supported barcode formats : * QR Code (+GS1, Micro, Macro), Data Matrix (+GS1), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 * Interleaved 2 of 5, ITF-14 * Postal : Intelligent Mail, Identcode, PLANET, POSTNET, Leitcode, RM4SCC Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Tutorial - ASP.NET Core : https://www.keepautomation.com/guide/csharp_barcode_generator_aspnet_core.html * Tutorial - Windows Forms : https://www.keepautomation.com/how_to/net_winforms/csharp_barcode.html * Tutorial - WPF : https://www.keepautomation.com/guide/csharp_barcode_generator_wpf.html * Email : support@keepautomation.com |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 12.3.5.30 | 79 | 4/21/2026 |
| 12.3.5.29 | 91 | 4/14/2026 |
| 12.3.5.28 | 102 | 4/7/2026 |
| 12.3.5.27 | 112 | 3/31/2026 |
| 12.3.5.26 | 116 | 3/24/2026 |
| 12.3.5.25 | 122 | 3/17/2026 |
| 12.3.5.24 | 127 | 3/10/2026 |
| 12.3.5.23 | 131 | 3/3/2026 |
| 12.3.5.22 | 140 | 2/24/2026 |
| 12.3.5.21 | 154 | 2/17/2026 |
| 12.3.5.20 | 154 | 2/10/2026 |
| 12.3.5.19 | 162 | 2/3/2026 |
| 12.3.5.18 | 166 | 1/27/2026 |
| 12.3.5.17 | 176 | 1/20/2026 |
| 12.3.5.16 | 189 | 1/13/2026 |
| 12.3.5.15 | 191 | 1/6/2026 |
| 12.3.5.14 | 193 | 12/30/2025 |
| 12.3.5.13 | 294 | 12/23/2025 |
| 12.3.5.12 | 380 | 12/16/2025 |
| 12.3.5.11 | 571 | 12/9/2025 |