Syncfusion.Pdf.OCR.Wpf 20.1.0.61

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.1.0.61
NuGet\Install-Package Syncfusion.Pdf.OCR.Wpf -Version 20.1.0.61
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.1.0.61" />
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.1.0.61
#r "nuget: Syncfusion.Pdf.OCR.Wpf, 20.1.0.61"
#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.1.0.61

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

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 Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
23.2.7 132 12/6/2023
23.2.6 195 11/28/2023
23.2.5 188 11/23/2023
23.2.4 161 11/20/2023
23.1.44 143 11/6/2023
23.1.43 198 10/30/2023
23.1.42 194 10/23/2023
23.1.41 247 10/16/2023
23.1.40 300 10/10/2023
23.1.39 389 10/4/2023
23.1.38 419 9/26/2023
23.1.36 729 9/15/2023
22.2.12 606 9/5/2023
22.2.11 520 8/28/2023
22.2.10 446 8/22/2023
22.2.9 628 8/14/2023
22.2.8 871 8/7/2023
22.2.7 654 8/2/2023
22.2.5 1,278 7/27/2023
22.1.39 727 7/18/2023
22.1.38 726 7/11/2023
22.1.37 841 7/3/2023
22.1.36 1,133 6/28/2023
22.1.34 770 6/21/2023
21.2.10 805 6/12/2023
21.2.9 638 6/6/2023
21.2.8 828 5/30/2023
21.2.6 857 5/22/2023
21.2.5 751 5/15/2023
21.2.4 859 5/9/2023
21.2.3 843 5/3/2023
21.1.41 1,166 4/19/2023
21.1.39 777 4/10/2023
21.1.38 887 4/3/2023
21.1.37 970 3/29/2023
21.1.35 980 3/23/2023
20.4.0.54 960 3/13/2023
20.4.0.53 1,011 3/7/2023
20.4.0.52 1,011 2/28/2023
20.4.0.51 882 2/21/2023
20.4.0.50 1,008 2/14/2023
20.4.0.49 917 2/7/2023
20.4.0.48 1,144 2/1/2023
20.4.0.44 1,092 1/18/2023
20.4.0.43 1,146 1/10/2023
20.4.0.42 1,128 1/4/2023
20.4.0.41 1,034 12/29/2022
20.4.0.40 991 12/28/2022
20.4.0.38 1,060 12/21/2022
20.3.0.61 1,005 12/12/2022
20.3.0.60 990 12/6/2022
20.3.0.59 1,018 11/29/2022
20.3.0.58 1,081 11/22/2022
20.3.0.57 1,052 11/15/2022
20.3.0.56 1,066 11/8/2022
20.3.0.52 1,038 10/27/2022
20.3.0.50 1,108 10/18/2022
20.3.0.49 1,165 10/11/2022
20.3.0.48 1,045 10/5/2022
20.3.0.47 1,207 9/29/2022
20.2.0.50 1,039 9/20/2022
20.2.0.49 1,168 9/13/2022
20.2.0.48 1,191 9/6/2022
20.2.0.46 1,240 8/30/2022
20.2.0.45 1,174 8/23/2022
20.2.0.44 1,235 8/16/2022
20.2.0.43 1,269 8/8/2022
20.2.0.40 1,145 7/26/2022
20.2.0.39 1,232 7/19/2022
20.2.0.38 1,299 7/12/2022
20.2.0.36 1,297 6/30/2022
20.1.0.61 1,235 6/20/2022
20.1.0.60 1,134 6/14/2022
20.1.0.59 1,299 6/6/2022
20.1.0.58 1,251 5/31/2022
20.1.0.57 1,270 5/24/2022
20.1.0.56 1,298 5/17/2022
20.1.0.55 1,321 5/12/2022
20.1.0.52 1,207 5/3/2022
20.1.0.51 1,283 4/26/2022
20.1.0.50 1,283 4/19/2022
20.1.0.48 1,240 4/12/2022
20.1.0.47 1,258 4/4/2022
19.4.0.56 1,713 3/14/2022
19.4.0.55 1,739 3/8/2022
19.4.0.54 1,712 2/28/2022
19.4.0.53 1,650 2/22/2022
19.4.0.52 1,823 2/15/2022
19.4.0.50 1,740 2/8/2022
19.4.0.48 1,744 1/31/2022
19.4.0.47 1,819 1/25/2022
19.4.0.43 1,770 1/18/2022
19.4.0.42 1,480 1/11/2022
19.4.0.41 1,257 1/4/2022
19.4.0.40 1,185 12/28/2021
19.4.0.38 1,319 12/17/2021
19.3.0.59 1,333 12/14/2021
19.3.0.57 1,332 12/7/2021
19.3.0.56 1,955 11/29/2021
19.3.0.55 1,382 11/23/2021
19.3.0.54 1,318 11/17/2021
19.3.0.53 1,325 11/12/2021
19.3.0.48 1,894 11/3/2021
19.3.0.47 1,401 10/26/2021
19.3.0.43 1,882 9/30/2021
19.2.0.55 1,549 8/11/2021
19.2.0.44 1,473 6/30/2021
19.1.0.63 1,523 5/13/2021
19.1.0.54 1,523 3/30/2021
18.4.0.39 1,462 1/28/2021
18.4.0.30 1,708 12/17/2020
18.3.0.47 1,636 11/5/2020
18.3.0.35 1,428 10/1/2020
18.2.0.44 1,870 7/6/2020
18.1.0.52 1,528 5/13/2020
18.1.0.42 1,590 4/1/2020
18.1.0.36-beta 1,236 3/19/2020
17.4.0.46 1,703 1/30/2020
17.4.0.39 1,651 12/17/2019
17.3.0.26 1,707 11/5/2019
17.3.0.14 1,659 10/3/2019
17.3.0.9-beta 1,169 9/20/2019
17.2.0.46 1,695 8/22/2019
17.2.0.34 1,661 7/11/2019
17.2.0.28-beta 1,261 6/27/2019
17.1.0.47 1,528 5/14/2019
17.1.0.38 1,726 3/29/2019
17.1.0.32-beta 1,057 3/13/2019
16.4.0.52 1,583 2/5/2019
16.4.0.42 2,266 1/2/2019
16.4.0.40-beta 1,189 12/10/2018
16.3.0.29 1,532 10/30/2018
16.3.0.21 1,571 9/25/2018