Syncfusion.PDF.OCR.Net.Core 27.2.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.PDF.OCR.Net.Core --version 27.2.4                
NuGet\Install-Package Syncfusion.PDF.OCR.Net.Core -Version 27.2.4                
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="27.2.4" />                
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 27.2.4                
#r "nuget: Syncfusion.PDF.OCR.Net.Core, 27.2.4"                
#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=27.2.4

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

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.  net9.0 is compatible. 
.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

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
28.1.36 220 12/23/2024
28.1.35 468 12/18/2024
28.1.33 1,042 12/12/2024
27.2.5 1,048 12/2/2024
27.2.4 1,166 11/26/2024
27.2.3 494 11/22/2024
27.2.2 1,121 11/15/2024
27.1.58 1,125 11/4/2024
27.1.57 658 10/29/2024
27.1.56 792 10/23/2024
27.1.55 282 10/21/2024
27.1.53 2,705 10/14/2024
27.1.52 346 10/7/2024
27.1.51 1,550 9/30/2024
27.1.50 1,110 9/24/2024
27.1.48 1,057 9/18/2024
26.2.14 1,175 9/9/2024
26.2.13 829 9/5/2024
26.2.12 230 9/2/2024
26.2.11 1,171 8/27/2024
26.2.10 587 8/19/2024
26.2.9 900 8/12/2024
26.2.8 171 8/5/2024
26.2.7 656 7/29/2024
26.2.5 716 7/26/2024
26.2.4 363 7/24/2024
26.1.42 724 7/15/2024
26.1.41 461 7/8/2024
26.1.40 327 7/1/2024
26.1.39 416 6/24/2024
26.1.38 646 6/18/2024
26.1.35 893 6/11/2024
25.2.7 389 6/3/2024
25.2.6 1,916 5/28/2024
25.2.5 341 5/21/2024
25.2.4 1,621 5/14/2024
25.2.3 921 5/8/2024
25.1.42 282 4/29/2024
25.1.41 73,221 4/23/2024
25.1.40 235 4/15/2024
25.1.39 39,942 4/8/2024
25.1.38 793 4/1/2024
25.1.37 313 3/26/2024
25.1.35 18,751 3/15/2024
24.2.9 553 3/5/2024
24.2.8 2,373 2/27/2024
24.2.7 3,696 2/20/2024
24.2.6 733 2/15/2024
24.2.5 237 2/12/2024
24.2.4 261 2/6/2024
24.2.3 815 1/31/2024
24.1.47 683 1/23/2024
24.1.46 584 1/17/2024
24.1.45 266 1/9/2024
24.1.44 369 1/3/2024
24.1.43 227 12/27/2023
24.1.41 11,201 12/18/2023
23.2.7 338 12/6/2023
23.2.6 2,547 11/28/2023
23.2.5 243 11/23/2023
23.2.4 283 11/20/2023
23.1.44 310 11/6/2023
23.1.43 262 10/30/2023
23.1.42 255 10/23/2023
23.1.41 1,454 10/16/2023
23.1.40 2,795 10/10/2023
23.1.39 543 10/4/2023
23.1.38 247 9/26/2023
23.1.36 480 9/15/2023
22.2.12 511 9/5/2023
22.2.11 423 8/28/2023
22.2.10 1,346 8/22/2023
22.2.9 313 8/14/2023
22.2.8 349 8/7/2023
22.2.7 273 8/2/2023
22.2.5 9,721 7/27/2023
22.1.39 364 7/18/2023
22.1.38 373 7/11/2023
22.1.37 660 7/3/2023
22.1.36 362 6/28/2023
22.1.34 277 6/21/2023
21.2.10 2,199 6/13/2023
21.2.9 276 6/6/2023
21.2.8 501 5/30/2023
21.2.6 280 5/22/2023
21.2.5 372 5/15/2023
21.2.4 2,581 5/9/2023
21.2.3 1,458 5/3/2023
21.1.41 612 4/19/2023
21.1.39 1,401 4/10/2023
21.1.38 470 4/3/2023
21.1.37 404 3/29/2023
21.1.35 529 3/23/2023
20.4.0.54 545 3/13/2023
20.4.0.53 592 3/7/2023
20.4.0.52 490 2/28/2023
20.4.0.51 463 2/21/2023
20.4.0.50 450 2/14/2023
20.4.0.48 558 2/1/2023
20.4.0.44 1,270 1/18/2023
20.4.0.43 834 1/10/2023
20.4.0.42 581 1/4/2023
20.4.0.41 466 12/29/2022
20.4.0.40 404 12/28/2022
20.4.0.38 495 12/21/2022
20.3.0.61 509 12/13/2022
20.3.0.60 471 12/6/2022
20.3.0.59 499 11/29/2022
20.3.0.58 1,062 11/22/2022
20.3.0.57 644 11/15/2022
20.3.0.56 865 11/8/2022
20.3.0.52 523 10/27/2022
20.3.0.50 848 10/18/2022
20.3.0.49 539 10/11/2022
20.3.0.48 463 10/5/2022
20.3.0.47 31,579 9/29/2022
20.2.0.50 653 9/20/2022
20.2.0.49 648 9/13/2022
20.2.0.48 579 9/6/2022
20.2.0.46 543 8/30/2022
20.2.0.45 6,585 8/23/2022
20.2.0.44 730 8/16/2022
20.2.0.43 651 8/8/2022
20.2.0.40 783 7/26/2022
20.2.0.39 645 7/19/2022
20.2.0.38 2,597 7/12/2022
20.2.0.36 16,193 6/30/2022
20.1.0.61 1,137 6/21/2022
20.1.0.60 734 6/14/2022
20.1.0.59 765 6/7/2022
20.1.0.58 36,693 5/31/2022
20.1.0.57 2,220 5/24/2022
20.1.0.56 668 5/17/2022
20.1.0.55 3,329 5/12/2022
20.1.0.52 838 5/3/2022
20.1.0.51 717 4/26/2022
20.1.0.50 842 4/19/2022
20.1.0.48 689 4/12/2022
20.1.0.47 646 4/4/2022
19.4.0.56 7,237 3/15/2022
19.4.0.55 856 3/8/2022
19.4.0.54 690 3/1/2022
19.4.0.53 700 2/22/2022
19.4.0.52 658 2/15/2022
19.4.0.50 657 2/8/2022
19.4.0.48 3,031 1/31/2022
19.4.0.47 673 1/25/2022
19.4.0.43 733 1/18/2022
19.4.0.42 667 1/11/2022
19.4.0.41 552 1/4/2022
19.4.0.40 416 12/28/2021
19.4.0.38 504 12/17/2021
19.3.0.59 470 12/14/2021
19.3.0.57 645 12/7/2021
19.3.0.56 569 11/30/2021
19.3.0.55 473 11/23/2021
19.3.0.54 467 11/17/2021
19.3.0.53 443 11/12/2021
19.3.0.48 565 11/3/2021
19.3.0.47 993 10/26/2021
19.3.0.43 138,101 9/30/2021
19.2.0.55 853 8/11/2021
19.2.0.44 844 6/30/2021
19.1.0.63 897 5/13/2021
19.1.0.54 49,655 3/30/2021
18.4.0.39 7,946 1/28/2021
18.4.0.30 3,636 12/17/2020
18.3.0.47 10,750 11/5/2020
18.3.0.35 6,722 10/1/2020
18.2.0.44 3,714 7/7/2020
18.1.0.52 2,294 5/13/2020
18.1.0.42 1,635 4/1/2020
18.1.0.36-beta 462 3/19/2020