Skip to content

Commit 4bb33c8

Browse files
Merge branch 'hotfix/hotfix-v32.2.3' into EJ2-1009433-hotfix
2 parents 6e4293d + 825ddff commit 4bb33c8

3 files changed

Lines changed: 56 additions & 1 deletion

File tree

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7564,7 +7564,7 @@
75647564
<ul>
75657565
<li>
75667566
2025 Volume 4 - v32.*
7567-
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.2.4">v32.2.4</a></li><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>
7567+
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.2.5">v32.2.5</a></li><li><a href="/document-processing/release-notes/v32.2.4">v32.2.4</a></li><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>
75687568
<li><a href="/document-processing/release-notes/v32.2.3">v32.2.3 Service Pack Release</a></li>
75697569
<li><a href="/document-processing/release-notes/v32.1.19">v32.1.19 Main release</a></li>
75707570
</ul>

Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,3 +634,20 @@ By applying these configuration changes, you can ensure that your AKS workloads
634634

635635
</table>
636636

637+
## Does OCRProcessor require Microsoft.mshtml?
638+
639+
<table>
640+
<tr>
641+
<th style="font-size:14px" width="100px">Query
642+
</th>
643+
<td>
644+
Is Microsoft.mshtml required when using the OCRProcessor in the .NET Framework?
645+
</td>
646+
</tr>
647+
<tr>
648+
<th style="font-size:14px" width="100px">Solution</th>
649+
<td>
650+
Yes, the Microsoft.mshtml component is required when using the OCRProcessor in .NET Framework applications. We internally rely on this package to parse the hOCR results, which are delivered in HTML format. Because of this, Microsoft.mshtml is necessary for .NET Framework projects that use the OCRProcessor.
651+
</td>
652+
</tr>
653+
</table>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title : Essential Studio® for Document Processing Release Notes - v32.2.5
3+
description : Learn here about the controls in the Essential Studio® for Document Processing Weekly Nuget Release - Release Notes - v32.2.5
4+
platform : document-processing
5+
documentation: ug
6+
---
7+
8+
# Essential Studio® for Document Processing - v32.2.5 Release Notes
9+
10+
{% include release-info.html date="February 17, 2026" version="v32.2.5" passed="229911" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v32.2.5 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Platform | Test Cases | Passed | Failed | Remarks |
21+
|----------------|----------|------------|--------|--------|---------|
22+
| Calculate Library | .NET | 145 | 145 | 0 | All Passed |
23+
| DOCX Editor | Blazor | 1975 | 1975 | 0 | All Passed |
24+
| DOCX Editor | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 5023 | 5023 | 0 | All Passed |
25+
| Excel Library | .NET | 37920 | 37920 | 0 | All Passed |
26+
| Metafile Renderer | .NET | 897 | 897 | 0 | All Passed |
27+
| PDF Library | .NET | 13805 | 13805 | 0 | All Passed |
28+
| PDF Viewer | .NET MAUI | 15368 | 15368 | 0 | All Passed |
29+
| PDF Viewer | Blazor | 15030 | 15030 | 0 | All Passed |
30+
| PDF Viewer | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 19851 | 19851 | 0 | All Passed |
31+
| PDF Viewer | Windows Forms | 209 | 209 | 0 | All Passed |
32+
| PDF Viewer | WPF | 3036 | 3036 | 0 | All Passed |
33+
| PowerPoint Library | .NET | 54538 | 54538 | 0 | All Passed |
34+
| Spreadsheet | Blazor | 3970 | 3970 | 0 | All Passed |
35+
| Spreadsheet | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 10797 | 10797 | 0 | All Passed |
36+
| Spreadsheet | WPF | 2715 | 2715 | 0 | All Passed |
37+
| Word Library | .NET | 40553 | 40553 | 0 | All Passed |
38+
| Word Library | Java | 4079 | 4079 | 0 | All Passed |

0 commit comments

Comments
 (0)