Syncfusion.Pdf.OCR.Wpf 20.4.0.44

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Pdf.OCR.Wpf --version 20.4.0.44
NuGet\Install-Package Syncfusion.Pdf.OCR.Wpf -Version 20.4.0.44
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="Syncfusion.Pdf.OCR.Wpf" Version="20.4.0.44" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Pdf.OCR.Wpf --version 20.4.0.44
#r "nuget: Syncfusion.Pdf.OCR.Wpf, 20.4.0.44"
#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.
// Install Syncfusion.Pdf.OCR.Wpf as a Cake Addin
#addin nuget:?package=Syncfusion.Pdf.OCR.Wpf&version=20.4.0.44

// Install Syncfusion.Pdf.OCR.Wpf as a Cake Tool
#tool nuget:?package=Syncfusion.Pdf.OCR.Wpf&version=20.4.0.44

Syncfusion .NET OCR Library

The Syncfusion .NET Framework OCR library is a feature-rich and high-performance library that is used to recognizes characters from both images and PDF. Syncfusion OCRProcessor uses tesseract, one of most accurate OCR engines.

NET OCR Library

Features overview | Docs | API Reference | Blogs | support | Forums | Feedback

Key Features

System Requirements

Getting Started

Install the Syncfusion.Pdf.OCR.Wpf NuGet package as reference to your WPF application from NuGet.org.

OCR a PDF document programmatically using C#

//Initialize the OCR processor with tesseract binaries folder path
using (OCRProcessor processor = new OCRProcessor(@"TesseractBinaries\Windows"))
{
//Load a PDF document
FileStream stream = new FileStream(@"Input.pdf", FileMode.Open);
PdfLoadedDocument document = new PdfLoadedDocument(stream);

//Set OCR language
processor.Settings.Language = Languages.English;

//Perform OCR with input document and tessdata (Language packs)
 processor.PerformOCR(document, @"tessdata\");

MemoryStream stream = new MemoryStream();

 //Save the document into stream.
 document.Save(stream); 

//If the position is not set to '0' then the PDF will be empty. 
stream.Position = 0;
 
//Close the document. 
document.Close(true); 

//Defining the ContentType for pdf file.
 string contentType = "application/pdf"; 

//Define the file name.
 string fileName = "Output.pdf"; 

//Creates a FileContentResult object by using the file contents, content type, and file name. 
return File(stream, contentType, fileName);
}

License

This NuGet package is a part of the OPX product line. Any part of the OPX product line may be subject to additional terms, to include GPL or similar licenses. Syncfusion holds no liability and provides no indemnity in any form for any OPX product. If you do not agree to these terms, do not download this NuGet package.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter, Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.1.37 70 3/29/2023
21.1.35 121 3/23/2023
20.4.0.54 151 3/13/2023
20.4.0.53 141 3/7/2023
20.4.0.52 196 2/28/2023
20.4.0.51 180 2/21/2023
20.4.0.50 174 2/14/2023
20.4.0.49 159 2/7/2023
20.4.0.48 236 2/1/2023
20.4.0.44 246 1/18/2023
20.4.0.43 220 1/10/2023
20.4.0.42 196 1/4/2023
20.4.0.41 199 12/29/2022
20.4.0.40 196 12/28/2022
20.4.0.38 215 12/21/2022
20.3.0.61 216 12/12/2022
20.3.0.60 213 12/6/2022
20.3.0.59 255 11/29/2022
20.3.0.58 236 11/22/2022
20.3.0.57 262 11/15/2022
20.3.0.56 262 11/8/2022
20.3.0.52 307 10/27/2022
20.3.0.50 301 10/18/2022
20.3.0.49 373 10/11/2022
20.3.0.48 330 10/5/2022
20.3.0.47 362 9/29/2022
20.2.0.50 325 9/20/2022
20.2.0.49 361 9/13/2022
20.2.0.48 394 9/6/2022
20.2.0.46 386 8/30/2022
20.2.0.45 389 8/23/2022
20.2.0.44 450 8/16/2022
20.2.0.43 461 8/8/2022
20.2.0.40 470 7/26/2022
20.2.0.39 520 7/19/2022
20.2.0.38 505 7/12/2022
20.2.0.36 498 6/30/2022
20.1.0.61 515 6/20/2022
20.1.0.60 406 6/14/2022
20.1.0.59 501 6/6/2022
20.1.0.58 505 5/31/2022
20.1.0.57 524 5/24/2022
20.1.0.56 531 5/17/2022
20.1.0.55 523 5/12/2022
20.1.0.52 525 5/3/2022
20.1.0.51 529 4/26/2022
20.1.0.50 478 4/19/2022
20.1.0.48 505 4/12/2022
20.1.0.47 506 4/4/2022
19.4.0.56 725 3/14/2022
19.4.0.55 735 3/8/2022
19.4.0.54 719 2/28/2022
19.4.0.53 698 2/22/2022
19.4.0.52 718 2/15/2022
19.4.0.50 729 2/8/2022
19.4.0.48 746 1/31/2022
19.4.0.47 727 1/25/2022
19.4.0.43 704 1/18/2022
19.4.0.42 522 1/11/2022
19.4.0.41 336 1/4/2022
19.4.0.40 321 12/28/2021
19.4.0.38 379 12/17/2021
19.3.0.59 324 12/14/2021
19.3.0.57 354 12/7/2021
19.3.0.56 979 11/29/2021
19.3.0.55 387 11/23/2021
19.3.0.54 356 11/17/2021
19.3.0.53 390 11/12/2021
19.3.0.48 459 11/3/2021
19.3.0.47 426 10/26/2021
19.3.0.43 907 9/30/2021
19.2.0.55 523 8/11/2021
19.2.0.44 533 6/30/2021
19.1.0.63 538 5/13/2021
19.1.0.54 581 3/30/2021
18.4.0.39 530 1/28/2021
18.4.0.30 645 12/17/2020
18.3.0.47 687 11/5/2020
18.3.0.35 539 10/1/2020
18.2.0.44 900 7/6/2020
18.1.0.52 724 5/13/2020
18.1.0.42 747 4/1/2020
18.1.0.36-beta 415 3/19/2020
17.4.0.46 868 1/30/2020
17.4.0.39 711 12/17/2019
17.3.0.26 781 11/5/2019
17.3.0.14 746 10/3/2019
17.3.0.9-beta 463 9/20/2019
17.2.0.46 761 8/22/2019
17.2.0.34 751 7/11/2019
17.2.0.28-beta 471 6/27/2019
17.1.0.47 870 5/14/2019
17.1.0.38 785 3/29/2019
17.1.0.32-beta 492 3/13/2019
16.4.0.52 847 2/5/2019
16.4.0.42 1,571 1/2/2019
16.4.0.40-beta 632 12/10/2018
16.3.0.29 867 10/30/2018
16.3.0.21 928 9/25/2018