Syncfusion.PDF.OCR.Net.Core 28.2.3

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 28.2.3                
NuGet\Install-Package Syncfusion.PDF.OCR.Net.Core -Version 28.2.3                
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="28.2.3" />                
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 28.2.3                
#r "nuget: Syncfusion.PDF.OCR.Net.Core, 28.2.3"                
#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=28.2.3

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

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.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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

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.2.7 608 5 days ago
28.2.6 1,077 12 days ago
28.2.5 799 19 days ago
28.2.4 518 a month ago
28.2.3 864 a month ago
28.1.41 3,619 a month ago
28.1.39 681 2 months ago
28.1.38 2,395 2 months ago
28.1.37 501 2 months ago
28.1.36 677 2 months ago
28.1.35 6,608 2 months ago
28.1.33 1,934 3 months ago
27.2.5 1,091 3 months ago
27.2.4 1,282 3 months ago
27.2.3 532 3 months ago
27.2.2 1,193 3 months ago
27.1.58 1,527 4 months ago
27.1.57 678 4 months ago
27.1.56 1,015 4 months ago
27.1.55 502 4 months ago
27.1.53 2,827 5 months ago
27.1.52 361 5 months ago
27.1.51 1,578 5 months ago
27.1.50 1,152 5 months ago
27.1.48 1,327 5 months ago
26.2.14 1,305 6 months ago
26.2.13 978 6 months ago
26.2.12 242 6 months ago
26.2.11 1,185 6 months ago
26.2.10 598 6 months ago
26.2.9 950 7 months ago
26.2.8 176 7 months ago
26.2.7 663 7 months ago
26.2.5 1,299 7 months ago
26.2.4 378 7 months ago
26.1.42 746 7 months ago
26.1.41 549 8 months ago
26.1.40 335 8 months ago
26.1.39 422 8 months ago
26.1.38 687 8 months ago
26.1.35 1,020 9 months ago
25.2.7 395 9 months ago
25.2.6 2,002 9 months ago
25.2.5 346 9 months ago
25.2.4 1,676 10 months ago
25.2.3 1,018 10 months ago
25.1.42 294 4/29/2024
25.1.41 106,158 4/23/2024
25.1.40 241 4/15/2024
25.1.39 41,128 4/8/2024
25.1.38 816 4/1/2024
25.1.37 318 3/26/2024
25.1.35 19,319 3/15/2024
24.2.9 732 3/5/2024
24.2.8 4,161 2/27/2024
24.2.7 5,128 2/20/2024
24.2.6 793 2/15/2024
24.2.5 241 2/12/2024
24.2.4 324 2/6/2024
24.2.3 819 1/31/2024
24.1.47 872 1/23/2024
24.1.46 608 1/17/2024
24.1.45 270 1/9/2024
24.1.44 374 1/3/2024
24.1.43 231 12/27/2023
24.1.41 11,239 12/18/2023
23.2.7 353 12/6/2023
23.2.6 2,793 11/28/2023
23.2.5 247 11/23/2023
23.2.4 287 11/20/2023
23.1.44 315 11/6/2023
23.1.43 268 10/30/2023
23.1.42 259 10/23/2023
23.1.41 1,963 10/16/2023
23.1.40 3,139 10/10/2023
23.1.39 547 10/4/2023
23.1.38 251 9/26/2023
23.1.36 490 9/15/2023
22.2.12 518 9/5/2023
22.2.11 428 8/28/2023
22.2.10 1,350 8/22/2023
22.2.9 317 8/14/2023
22.2.8 356 8/7/2023
22.2.7 281 8/2/2023
22.2.5 9,759 7/27/2023
22.1.39 369 7/18/2023
22.1.38 377 7/11/2023
22.1.37 684 7/3/2023
22.1.36 367 6/28/2023
22.1.34 285 6/21/2023
21.2.10 2,877 6/13/2023
21.2.9 287 6/6/2023
21.2.8 512 5/30/2023
21.2.6 287 5/22/2023
21.2.5 387 5/15/2023
21.2.4 2,594 5/9/2023
21.2.3 1,480 5/3/2023
21.1.41 634 4/19/2023
21.1.39 1,409 4/10/2023
21.1.38 482 4/3/2023
21.1.37 419 3/29/2023
21.1.35 553 3/23/2023
20.4.0.54 553 3/13/2023
20.4.0.53 600 3/7/2023
20.4.0.52 498 2/28/2023
20.4.0.51 472 2/21/2023
20.4.0.50 469 2/14/2023
20.4.0.48 573 2/1/2023
20.4.0.44 1,284 1/18/2023
20.4.0.43 843 1/10/2023
20.4.0.42 596 1/4/2023
20.4.0.41 475 12/29/2022
20.4.0.40 418 12/28/2022
20.4.0.38 509 12/21/2022
20.3.0.61 523 12/13/2022
20.3.0.60 482 12/6/2022
20.3.0.59 512 11/29/2022
20.3.0.58 1,076 11/22/2022
20.3.0.57 653 11/15/2022
20.3.0.56 888 11/8/2022
20.3.0.52 536 10/27/2022
20.3.0.50 861 10/18/2022
20.3.0.49 548 10/11/2022
20.3.0.48 476 10/5/2022
20.3.0.47 33,273 9/29/2022
20.2.0.50 662 9/20/2022
20.2.0.49 666 9/13/2022
20.2.0.48 588 9/6/2022
20.2.0.46 556 8/30/2022
20.2.0.45 6,647 8/23/2022
20.2.0.44 763 8/16/2022
20.2.0.43 660 8/8/2022
20.2.0.40 792 7/26/2022
20.2.0.39 655 7/19/2022
20.2.0.38 2,607 7/12/2022
20.2.0.36 18,130 6/30/2022
20.1.0.61 1,146 6/21/2022
20.1.0.60 743 6/14/2022
20.1.0.59 774 6/7/2022
20.1.0.58 36,704 5/31/2022
20.1.0.57 2,360 5/24/2022
20.1.0.56 677 5/17/2022
20.1.0.55 3,337 5/12/2022
20.1.0.52 847 5/3/2022
20.1.0.51 726 4/26/2022
20.1.0.50 850 4/19/2022
20.1.0.48 698 4/12/2022
20.1.0.47 661 4/4/2022
19.4.0.56 7,415 3/15/2022
19.4.0.55 871 3/8/2022
19.4.0.54 699 3/1/2022
19.4.0.53 715 2/22/2022
19.4.0.52 673 2/15/2022
19.4.0.50 668 2/8/2022
19.4.0.48 3,040 1/31/2022
19.4.0.47 682 1/25/2022
19.4.0.43 742 1/18/2022
19.4.0.42 676 1/11/2022
19.4.0.41 561 1/4/2022
19.4.0.40 425 12/28/2021
19.4.0.38 513 12/17/2021
19.3.0.59 479 12/14/2021
19.3.0.57 654 12/7/2021
19.3.0.56 578 11/30/2021
19.3.0.55 486 11/23/2021
19.3.0.54 476 11/17/2021
19.3.0.53 453 11/12/2021
19.3.0.48 574 11/3/2021
19.3.0.47 1,002 10/26/2021
19.3.0.43 142,000 9/30/2021
19.2.0.55 862 8/11/2021
19.2.0.44 852 6/30/2021
19.1.0.63 907 5/13/2021
19.1.0.54 52,070 3/30/2021
18.4.0.39 8,352 1/28/2021
18.4.0.30 3,645 12/17/2020
18.3.0.47 10,862 11/5/2020
18.3.0.35 7,147 10/1/2020
18.2.0.44 3,724 7/7/2020
18.1.0.52 2,340 5/13/2020
18.1.0.42 1,650 4/1/2020
18.1.0.36-beta 471 3/19/2020