diff --git a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md
index c3accda84..5cb02a11f 100644
--- a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md
+++ b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md
@@ -408,4 +408,41 @@ EXPOSE 8081
-
\ No newline at end of file
+
+
+
+## Default path reference for Syncfusion OCR packages
+When installing the Syncfusion OCR NuGet packages, the tessdata and tesseract path binaries are copied into the runtimes folder. The default binaries path references are added in the package itself, so there is no need to set the manual path.
+
+If you are facing any issues with default reference path in your project. Kindly manually set the Tesseract and Tessdata path using the TessdataPath and TesseractPath in OCRProcessor class. You can find the binaries in the below project in your project location.
+
+
+
+| Tessdata path
+ |
+
+Tessdata default path reference is common for all platform. You can find the tessdata in below path in your project.
+
+"bin\Debug\net6.0\runtimes\tessdata"
+ |
+
+
+| Tesseract Path |
+
+Tesseract binaries are different based on the OS platform and bit version . You can find the tesseract path in below path in your project.
+
+Windows Platform:
+bin\Debug\net6.0\runtimes\win-x86\native (or) bin\Debug\net6.0\runtimes\win-x64\native
+
+Linux:
+
+bin\Debug\net6.0\runtimes\linux\native
+
+
+Mac:
+
+bin\Debug\net6.0.\runtimes\osx\native
+ |
+
+
+
diff --git a/File-Formats/Release-Notes/v25.1.41.md b/File-Formats/Release-Notes/v25.1.41.md
new file mode 100644
index 000000000..8e6aac20f
--- /dev/null
+++ b/File-Formats/Release-Notes/v25.1.41.md
@@ -0,0 +1,98 @@
+---
+title : Essential Studio for File Formats Weekly Nuget Release Release Notes
+description : Essential Studio for File Formats Weekly Nuget Release Release Notes
+platform : file-formats
+documentation: ug
+---
+
+# Essential Studio for File Formats Release Notes
+
+{% include release-info.html date="April 23, 2024" version="v25.1.41" %}
+
+
+## DocIO
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#docio){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#docio){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#docio){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#docio){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#docio){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.1.41#docio){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.1.41#docio){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.1.41#docio){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#docio){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.1.41#docio){:target="_blank"}
+
+
+
+## PDF
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#pdf){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#pdf){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#pdf){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#pdf){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#pdf){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.1.41#pdf){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.1.41#pdf){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.1.41#pdf){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#pdf){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.1.41#pdf){:target="_blank"}
+
+
+## Presentation
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#presentation){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#presentation){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#presentation){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#presentation){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#presentation){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.1.41#presentation){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.1.41#presentation){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#presentation){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.1.41#presentation){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.1.41#presentation){:target="_blank"}
+
+
+
+## XlsIO
+
+* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
+* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [Flutter Release Notes](/flutter/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [WinUI Release Notes](/winui/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [UWP Release Notes](/uwp/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#xlsio){:target="_blank"}
+* [WPF Release Notes](/wpf/release-notes/v25.1.41#xlsio){:target="_blank"}
+
+