From 45d24ccaef361a696940933d50c5e390b96bd128 Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Tue, 23 Apr 2024 18:14:04 +0530 Subject: [PATCH 1/5] 883086:Update Default path reference for Syncfusion OCR packages. --- .../PDF/Working-with-OCR/Troubleshooting.md | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md index c3accda84..3c7b9ccde 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 TeeseractPath 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 +
+ From ee2841521a7312b9efbcd02ef988f4818733f76f Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Tue, 23 Apr 2024 18:28:11 +0530 Subject: [PATCH 2/5] 883086: Update the spelling mistake. --- File-Formats/PDF/Working-with-OCR/Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md index 3c7b9ccde..5cb02a11f 100644 --- a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md +++ b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md @@ -414,7 +414,7 @@ EXPOSE 8081 ## 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 TeeseractPath in OCRProcessor class. You can find the binaries in the below project in your project location. +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. From f932196ca2520c916171302b39d8f3ef45b5801c Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Wed, 24 Apr 2024 12:14:55 +0530 Subject: [PATCH 3/5] 883086: Update the Troubleshooting. --- File-Formats/PDF/Working-with-OCR/Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md index 5cb02a11f..94acb4279 100644 --- a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md +++ b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md @@ -441,7 +441,7 @@ bin\Debug\net6.0\runtimes\linux\native Mac:
-bin\Debug\net6.0.\runtimes\osx\native +bin\Debug\net6.0.\runtimes\osx\native.
From be39e18b98347c1d7062d167f95243df42ab2f1d Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Wed, 24 Apr 2024 12:20:19 +0530 Subject: [PATCH 4/5] 883086: Remove unwanted changes. --- File-Formats/PDF/Working-with-OCR/Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md index 94acb4279..5cb02a11f 100644 --- a/File-Formats/PDF/Working-with-OCR/Troubleshooting.md +++ b/File-Formats/PDF/Working-with-OCR/Troubleshooting.md @@ -441,7 +441,7 @@ bin\Debug\net6.0\runtimes\linux\native Mac:
-bin\Debug\net6.0.\runtimes\osx\native. +bin\Debug\net6.0.\runtimes\osx\native From 6f44c3a518e0fc40e522e70e7de8f4a97088a2d2 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Wed, 24 Apr 2024 12:27:59 +0530 Subject: [PATCH 5/5] Added the release notes MD file and corresponding node entry in the TOC.html file --- File-Formats/Release-Notes/v25.1.41.md | 98 ++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 File-Formats/Release-Notes/v25.1.41.md 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"} + +