We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b2e4 commit 3a75d69Copy full SHA for 3a75d69
hub/powertoys/text-extractor.md
@@ -45,10 +45,10 @@ Text Extractor can only recognize languages that have the OCR language pack inst
45
The list can be obtained via PowerShell by running the following commands:
46
47
```powershell
48
+# Please use Windows PowerShell, not PowerShell 7 as these aren't .NET Core libraries
49
+
50
[Windows.Media.Ocr.OcrEngine, Windows.Foundation, ContentType = WindowsRuntime]
-```
51
-```powershell
52
[Windows.Media.Ocr.OcrEngine]::AvailableRecognizerLanguages
53
```
54
@@ -61,7 +61,6 @@ Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Language.OCR*' }
61
62
63
An example output:
64
-
65
66
Name : Language.OCR~~~el-GR~0.0.1.0
67
State : NotPresent
0 commit comments