Skip to content

Commit fbce054

Browse files
Merge pull request #2068 from Syncfusion-Content/hotfix/hotfix-v25.1.35
DOCINFRA-2341_merged_using_automation
2 parents a1e0875 + 60fbe98 commit fbce054

File tree

2 files changed

+136
-1
lines changed

2 files changed

+136
-1
lines changed

File-Formats/PDF/Working-with-OCR/Troubleshooting.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,41 @@ EXPOSE 8081
408408

409409
</td>
410410
</tr>
411-
</table>
411+
</table>
412+
413+
414+
## Default path reference for Syncfusion OCR packages
415+
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.
416+
417+
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.
418+
419+
<table>
420+
<tr>
421+
<th style="font-size:14px" width="100px">Tessdata path
422+
</th>
423+
<td>
424+
Tessdata default path reference is common for all platform. You can find the tessdata in below path in your project.
425+
426+
"bin\Debug\net6.0\runtimes\tessdata"
427+
</td>
428+
</tr>
429+
<tr>
430+
<th style="font-size:14px" width="100px">Tesseract Path</th>
431+
<td>
432+
Tesseract binaries are different based on the OS platform and bit version . You can find the tesseract path in below path in your project.
433+
<br/><br/>
434+
Windows Platform:<br/>
435+
bin\Debug\net6.0\runtimes\win-x86\native (or) bin\Debug\net6.0\runtimes\win-x64\native
436+
<br/><br/>
437+
Linux:
438+
<br/>
439+
bin\Debug\net6.0\runtimes\linux\native
440+
<br/><br/>
441+
442+
Mac:
443+
<br/>
444+
bin\Debug\net6.0.\runtimes\osx\native
445+
</td>
446+
</tr>
447+
</table>
448+
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
title : Essential Studio for File Formats Weekly Nuget Release Release Notes
3+
description : Essential Studio for File Formats Weekly Nuget Release Release Notes
4+
platform : file-formats
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for File Formats Release Notes
9+
10+
{% include release-info.html date="April 23, 2024" version="v25.1.41" %}
11+
12+
13+
## DocIO
14+
15+
* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#docio){:target="_blank"}
16+
* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#docio){:target="_blank"}
17+
* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#docio){:target="_blank"}
18+
* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#docio){:target="_blank"}
19+
* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#docio){:target="_blank"}
20+
* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#docio){:target="_blank"}
21+
* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#docio){:target="_blank"}
22+
* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#docio){:target="_blank"}
23+
* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#docio){:target="_blank"}
24+
* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#docio){:target="_blank"}
25+
* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#docio){:target="_blank"}
26+
* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#docio){:target="_blank"}
27+
* [Flutter Release Notes](/flutter/release-notes/v25.1.41#docio){:target="_blank"}
28+
* [WinUI Release Notes](/winui/release-notes/v25.1.41#docio){:target="_blank"}
29+
* [UWP Release Notes](/uwp/release-notes/v25.1.41#docio){:target="_blank"}
30+
* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#docio){:target="_blank"}
31+
* [WPF Release Notes](/wpf/release-notes/v25.1.41#docio){:target="_blank"}
32+
33+
34+
35+
## PDF
36+
37+
* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#pdf){:target="_blank"}
38+
* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#pdf){:target="_blank"}
39+
* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#pdf){:target="_blank"}
40+
* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#pdf){:target="_blank"}
41+
* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#pdf){:target="_blank"}
42+
* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#pdf){:target="_blank"}
43+
* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#pdf){:target="_blank"}
44+
* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#pdf){:target="_blank"}
45+
* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#pdf){:target="_blank"}
46+
* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#pdf){:target="_blank"}
47+
* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#pdf){:target="_blank"}
48+
* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#pdf){:target="_blank"}
49+
* [Flutter Release Notes](/flutter/release-notes/v25.1.41#pdf){:target="_blank"}
50+
* [WinUI Release Notes](/winui/release-notes/v25.1.41#pdf){:target="_blank"}
51+
* [UWP Release Notes](/uwp/release-notes/v25.1.41#pdf){:target="_blank"}
52+
* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#pdf){:target="_blank"}
53+
* [WPF Release Notes](/wpf/release-notes/v25.1.41#pdf){:target="_blank"}
54+
55+
56+
## Presentation
57+
58+
* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#presentation){:target="_blank"}
59+
* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#presentation){:target="_blank"}
60+
* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#presentation){:target="_blank"}
61+
* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#presentation){:target="_blank"}
62+
* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#presentation){:target="_blank"}
63+
* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#presentation){:target="_blank"}
64+
* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#presentation){:target="_blank"}
65+
* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#presentation){:target="_blank"}
66+
* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#presentation){:target="_blank"}
67+
* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#presentation){:target="_blank"}
68+
* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#presentation){:target="_blank"}
69+
* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#presentation){:target="_blank"}
70+
* [Flutter Release Notes](/flutter/release-notes/v25.1.41#presentation){:target="_blank"}
71+
* [WinUI Release Notes](/winui/release-notes/v25.1.41#presentation){:target="_blank"}
72+
* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#presentation){:target="_blank"}
73+
* [WPF Release Notes](/wpf/release-notes/v25.1.41#presentation){:target="_blank"}
74+
* [UWP Release Notes](/uwp/release-notes/v25.1.41#presentation){:target="_blank"}
75+
76+
77+
78+
## XlsIO
79+
80+
* [EJ2 ASP.NET Core Release Notes](https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
81+
* [EJ2 ASP.NET MVC Release Notes](https://ej2.syncfusion.com/aspnetmvc/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
82+
* [EJ2 Angular Release Notes](https://ej2.syncfusion.com/angular/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
83+
* [Blazor Release Notes](https://blazor.syncfusion.com/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
84+
* [EJ2 React Release Notes](https://ej2.syncfusion.com/react/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
85+
* [EJ2 Vue Release Notes](https://ej2.syncfusion.com/vue/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
86+
* [EJ2 JavaScript Release Notes](https://ej2.syncfusion.com/javascript/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
87+
* [EJ2 TypeScript Release Notes](https://ej2.syncfusion.com/documentation/release-notes/25.1.41#xlsio){:target="_blank"}
88+
* [.NET MAUI Release Notes](/maui/release-notes/v25.1.41#xlsio){:target="_blank"}
89+
* [Xamarin.Forms Release Notes](/xamarin/release-notes/v25.1.41#xlsio){:target="_blank"}
90+
* [Xamarin.Android Release Notes](/xamarin-android/release-notes/v25.1.41#xlsio){:target="_blank"}
91+
* [Xamarin.iOS Release Notes](/xamarin-ios/release-notes/v25.1.41#xlsio){:target="_blank"}
92+
* [Flutter Release Notes](/flutter/release-notes/v25.1.41#xlsio){:target="_blank"}
93+
* [WinUI Release Notes](/winui/release-notes/v25.1.41#xlsio){:target="_blank"}
94+
* [UWP Release Notes](/uwp/release-notes/v25.1.41#xlsio){:target="_blank"}
95+
* [Windows Forms Release Notes](/windowsforms/release-notes/v25.1.41#xlsio){:target="_blank"}
96+
* [WPF Release Notes](/wpf/release-notes/v25.1.41#xlsio){:target="_blank"}
97+
98+

0 commit comments

Comments
 (0)