XImage.OCR.WinForms
12.3.5.22
dotnet add package XImage.OCR.WinForms --version 12.3.5.22
NuGet\Install-Package XImage.OCR.WinForms -Version 12.3.5.22
<PackageReference Include="XImage.OCR.WinForms" Version="12.3.5.22" />
<PackageVersion Include="XImage.OCR.WinForms" Version="12.3.5.22" />
<PackageReference Include="XImage.OCR.WinForms" />
paket add XImage.OCR.WinForms --version 12.3.5.22
#r "nuget: XImage.OCR.WinForms, 12.3.5.22"
#:package XImage.OCR.WinForms@12.3.5.22
#addin nuget:?package=XImage.OCR.WinForms&version=12.3.5.22
#tool nuget:?package=XImage.OCR.WinForms&version=12.3.5.22
XImage.OCR for WinForms 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 WinForms 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 (121)
Showing the top 5 NuGet packages that depend on XImage.OCR.WinForms:
| 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 |
|
|
BarcodeLib.Ocr.Arabic
BarcodeLib.Ocr library enables OCR feature to read Arabic text from image, tiff, scanned PDF file in ASP.NET Web, WinForms, WPF Windows applications. This Tesseract Ocr language package includes training data: * Arabic language This nuget package includes : * Tesseract OCR (Optical Character Recognition) engine to convert image, multi-page TIFF, PDF to editable text content in .NET apps * Arabic language supported * QR Code and 20+ 1d, 2d barcode scanning * Convert scanned PDF to text editable PDF documents Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Contact : * Email : support@barcodelib.com |
|
|
BarcodeLib.Ocr.Danish
BarcodeLib.Ocr library enables OCR feature to read Danish text from image, tiff, scanned PDF file in ASP.NET Web, WinForms, WPF Windows applications. This Tesseract Ocr language package includes training data: * Danish language This nuget package includes : * Tesseract OCR (Optical Character Recognition) engine to convert image, multi-page TIFF, PDF to editable text content in .NET apps * Danish language supported * QR Code and 20+ 1d, 2d barcode scanning * Convert scanned PDF to text editable PDF documents Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Contact : * Email : support@barcodelib.com |
|
|
BarcodeLib.Ocr.French
BarcodeLib.Ocr library enables OCR feature to read French text from image, tiff, scanned PDF file in ASP.NET Web, WinForms, WPF Windows applications. This Tesseract Ocr language package includes training data: * French language This nuget package includes : * Tesseract OCR (Optical Character Recognition) engine to convert image, multi-page TIFF, PDF to editable text content in .NET apps * French language supported * QR Code and 20+ 1d, 2d barcode scanning * Convert scanned PDF to text editable PDF documents Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Contact : * Email : support@barcodelib.com |
|
|
BarcodeLib.Ocr.German
BarcodeLib.Ocr library enables OCR feature to read German text from image, tiff, scanned PDF file in ASP.NET Web, WinForms, WPF Windows applications. This Tesseract Ocr language package includes training data: * German language This nuget package includes : * Tesseract OCR (Optical Character Recognition) engine to convert image, multi-page TIFF, PDF to editable text content in .NET apps * German language supported * QR Code and 20+ 1d, 2d barcode scanning * Convert scanned PDF to text editable PDF documents Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Contact : * Email : support@barcodelib.com |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 12.3.5.22 | 82 | 2/24/2026 |
| 12.3.5.21 | 91 | 2/17/2026 |
| 12.3.5.20 | 95 | 2/10/2026 |
| 12.3.5.19 | 100 | 2/3/2026 |
| 12.3.5.18 | 110 | 1/27/2026 |
| 12.3.5.17 | 120 | 1/20/2026 |
| 12.3.5.16 | 131 | 1/13/2026 |
| 12.3.5.15 | 129 | 1/6/2026 |
| 12.3.5.14 | 137 | 12/30/2025 |
| 12.3.5.13 | 237 | 12/23/2025 |
| 12.3.5.12 | 327 | 12/16/2025 |
| 12.3.5.11 | 507 | 12/9/2025 |
| 12.3.5.10 | 747 | 12/2/2025 |
| 12.3.5.9 | 264 | 11/25/2025 |
| 12.3.5.8 | 497 | 11/18/2025 |
| 12.3.5.7 | 370 | 11/11/2025 |
| 12.3.5.6 | 289 | 11/4/2025 |
| 12.3.5.5 | 299 | 10/28/2025 |
| 12.3.5.4 | 293 | 10/21/2025 |
| 12.3.5.3 | 300 | 10/14/2025 |