Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion File-Formats/PDF/Working-with-OCR/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,41 @@ EXPOSE 8081

</td>
</tr>
</table>
</table>


## 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.

<table>
<tr>
<th style="font-size:14px" width="100px">Tessdata path
</th>
<td>
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"
</td>
</tr>
<tr>
<th style="font-size:14px" width="100px">Tesseract Path</th>
<td>
Tesseract binaries are different based on the OS platform and bit version . You can find the tesseract path in below path in your project.
<br/><br/>
Windows Platform:<br/>
bin\Debug\net6.0\runtimes\win-x86\native (or) bin\Debug\net6.0\runtimes\win-x64\native
<br/><br/>
Linux:
<br/>
bin\Debug\net6.0\runtimes\linux\native
<br/><br/>

Mac:
<br/>
bin\Debug\net6.0.\runtimes\osx\native
</td>
</tr>
</table>

98 changes: 98 additions & 0 deletions File-Formats/Release-Notes/v25.1.41.md
Original file line number Diff line number Diff line change
@@ -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"}