Syncfusion.PDF.OCR.Net.Core 25.1.40

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Syncfusion.PDF.OCR.Net.Core --version 25.1.40
NuGet\Install-Package Syncfusion.PDF.OCR.Net.Core -Version 25.1.40
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.Net.Core" Version="25.1.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.PDF.OCR.Net.Core --version 25.1.40
#r "nuget: Syncfusion.PDF.OCR.Net.Core, 25.1.40"
#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.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.PDF.OCR.Net.Core&version=25.1.40

// Install Syncfusion.PDF.OCR.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.PDF.OCR.Net.Core&version=25.1.40

The Syncfusion .NET Core 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.

Key Features

Getting Started

Install the Syncfusion.PDF.OCR.Net.Core NuGet package as reference to your .NET Core application from NuGet.org.

OCR a PDF document programmatically using C#

//Initialize the OCR processor by providing the path of tesseract binaries(SyncfusionTesseract.dll and liblept168.dll)
using (OCRProcessor processor = new OCRProcessor(@"TesseractBinaries\"))
{
//Load a PDF document
FileStream stream = new FileStream(@"Input.pdf", FileMode.Open);

//Load a PDF document
PdfLoadedDocument lDoc = new PdfLoadedDocument(stream);

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

//Process OCR by providing the PDF document and Tesseract data
processor.PerformOCR(lDoc, @"TessData\");

//Save the OCR processed PDF document in the disk
FileStream fileStream = new FileStream("Sample.pdf", FileMode.CreateNew, FileAccess.ReadWrite);

//Save and close the PDF document 
lDoc.Save(fileStream);
lDoc.Close(true);

}

Help Resources

Support and feedback

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.PDF.OCR.Net.Core:

Package Downloads
Soneta.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Składnik programu Soneta. Program obsługi firmy: kadry-płace, księgowość, handel, magazyn, CRM, BI ...

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.1.40 98 4/15/2024
25.1.39 232 4/8/2024
25.1.38 331 4/1/2024
25.1.37 231 3/26/2024
25.1.35 316 3/15/2024
24.2.9 304 3/5/2024
24.2.8 226 2/27/2024
24.2.7 698 2/20/2024
24.2.6 209 2/15/2024
24.2.5 180 2/12/2024
24.2.4 165 2/6/2024
24.2.3 190 1/31/2024
24.1.47 366 1/23/2024
24.1.46 274 1/17/2024
24.1.45 215 1/9/2024
24.1.44 253 1/3/2024
24.1.43 189 12/27/2023
24.1.41 8,095 12/18/2023
23.2.7 286 12/6/2023
23.2.6 684 11/28/2023
23.2.5 181 11/23/2023
23.2.4 236 11/20/2023
23.1.44 249 11/6/2023
23.1.43 215 10/30/2023
23.1.42 203 10/23/2023
23.1.41 363 10/16/2023
23.1.40 1,877 10/10/2023
23.1.39 501 10/4/2023
23.1.38 206 9/26/2023
23.1.36 411 9/15/2023
22.2.12 314 9/5/2023
22.2.11 379 8/28/2023
22.2.10 1,283 8/22/2023
22.2.9 260 8/14/2023
22.2.8 313 8/7/2023
22.2.7 224 8/2/2023
22.2.5 9,632 7/27/2023
22.1.39 292 7/18/2023
22.1.38 311 7/11/2023
22.1.37 474 7/3/2023
22.1.36 301 6/28/2023
22.1.34 229 6/21/2023
21.2.10 443 6/13/2023
21.2.9 247 6/6/2023
21.2.8 468 5/30/2023
21.2.6 215 5/22/2023
21.2.5 336 5/15/2023
21.2.4 1,179 5/9/2023
21.2.3 1,152 5/3/2023
21.1.41 545 4/19/2023
21.1.39 1,347 4/10/2023
21.1.38 429 4/3/2023
21.1.37 374 3/29/2023
21.1.35 469 3/23/2023
20.4.0.54 484 3/13/2023
20.4.0.53 550 3/7/2023
20.4.0.52 451 2/28/2023
20.4.0.51 427 2/21/2023
20.4.0.50 401 2/14/2023
20.4.0.48 489 2/1/2023
20.4.0.44 1,021 1/18/2023
20.4.0.43 790 1/10/2023
20.4.0.42 538 1/4/2023
20.4.0.41 396 12/29/2022
20.4.0.40 356 12/28/2022
20.4.0.38 451 12/21/2022
20.3.0.61 455 12/13/2022
20.3.0.60 408 12/6/2022
20.3.0.59 438 11/29/2022
20.3.0.58 618 11/22/2022
20.3.0.57 593 11/15/2022
20.3.0.56 657 11/8/2022
20.3.0.52 472 10/27/2022
20.3.0.50 767 10/18/2022
20.3.0.49 482 10/11/2022
20.3.0.48 439 10/5/2022
20.3.0.47 26,677 9/29/2022
20.2.0.50 606 9/20/2022
20.2.0.49 604 9/13/2022
20.2.0.48 526 9/6/2022
20.2.0.46 507 8/30/2022
20.2.0.45 5,956 8/23/2022
20.2.0.44 633 8/16/2022
20.2.0.43 605 8/8/2022
20.2.0.40 741 7/26/2022
20.2.0.39 587 7/19/2022
20.2.0.38 2,550 7/12/2022
20.2.0.36 7,324 6/30/2022
20.1.0.61 1,096 6/21/2022
20.1.0.60 698 6/14/2022
20.1.0.59 718 6/7/2022
20.1.0.58 30,896 5/31/2022
20.1.0.57 1,841 5/24/2022
20.1.0.56 639 5/17/2022
20.1.0.55 3,228 5/12/2022
20.1.0.52 785 5/3/2022
20.1.0.51 669 4/26/2022
20.1.0.50 785 4/19/2022
20.1.0.48 634 4/12/2022
20.1.0.47 607 4/4/2022
19.4.0.56 7,047 3/15/2022
19.4.0.55 783 3/8/2022
19.4.0.54 644 3/1/2022
19.4.0.53 639 2/22/2022
19.4.0.52 608 2/15/2022
19.4.0.50 622 2/8/2022
19.4.0.48 2,988 1/31/2022
19.4.0.47 634 1/25/2022
19.4.0.43 702 1/18/2022
19.4.0.42 617 1/11/2022
19.4.0.41 521 1/4/2022
19.4.0.40 380 12/28/2021
19.4.0.38 448 12/17/2021
19.3.0.59 408 12/14/2021
19.3.0.57 591 12/7/2021
19.3.0.56 527 11/30/2021
19.3.0.55 430 11/23/2021
19.3.0.54 413 11/17/2021
19.3.0.53 402 11/12/2021
19.3.0.48 522 11/3/2021
19.3.0.47 939 10/26/2021
19.3.0.43 72,230 9/30/2021
19.2.0.55 786 8/11/2021
19.2.0.44 785 6/30/2021
19.1.0.63 807 5/13/2021
19.1.0.54 44,194 3/30/2021
18.4.0.39 6,400 1/28/2021
18.4.0.30 3,534 12/17/2020
18.3.0.47 10,062 11/5/2020
18.3.0.35 5,121 10/1/2020
18.2.0.44 3,638 7/7/2020
18.1.0.52 2,155 5/13/2020
18.1.0.42 1,546 4/1/2020
18.1.0.36-beta 427 3/19/2020