Hello,
I have a WPF app based on .NET 7, where I use the packages Syncfusion.Pdf.Wpf and Syncfusion.PdfViewer.WPF without problem.
If I would like to add the OCR feature, which Nuget package should I add?
I tried with Syncfusion.PDF.OCR.NET, but I get these errors
"The type 'PdfDocument' exists in both 'Syncfusion.Pdf.Base, Version=20.2500.0.44, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' and 'Syncfusion.Pdf.NET, Version=20.2600.0.44, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89'"
I also tired with Syncfusion.PDF.OCR.Wpf, but the package is restored targeting .Net Framework.
What is the correct way?
Thank you