Skip to content

Commit de292c6

Browse files
Merge pull request #2252 from syncfusion-content/1007740-ocr
1007740: Added the content on OCRProcessor topics
2 parents bb0677d + 06402fa commit de292c6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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>

0 commit comments

Comments
 (0)