We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac49821 commit d068b75Copy full SHA for d068b75
1 file changed
hub/powertoys/text-extractor.md
@@ -96,6 +96,9 @@ $Capability = Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Lang
96
$Capability | Add-WindowsCapability -Online
97
```
98
99
+> [!NOTE]
100
+> Executing the commands to install an OCR language pack may take several minutes to complete.
101
+
102
## Remove an OCR language pack
103
104
The following commands remove the OCR pack for "en-US":
0 commit comments