diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md index 2453216a1..8d61ccc87 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md @@ -634,3 +634,20 @@ By applying these configuration changes, you can ensure that your AKS workloads +## Does OCRProcessor require Microsoft.mshtml? + +
| Query + | ++Is Microsoft.mshtml required when using the OCRProcessor in the .NET Framework? + | +
|---|---|
| Solution | ++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. + | +