Skip to content

Commit 5c7ab52

Browse files
Updating for the AI age
1 parent 1f94a60 commit 5c7ab52

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

hub/apps/get-started/windows-developer-glossary.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,14 @@ Traditionally, "native" refers to applications built without using the .NET runt
9393

9494
A dedicated on‑device AI accelerator optimized for transformer operations and other ML workloads. Windows apps can target NPUs via APIs like [DirectML](/windows/ai/directml/dml-intro).
9595

96-
9796
#### OCR
9897

99-
Text recognition, also known as optical character recognition (OCR), is supported in Windows AI Foundry through a set of artificial intelligence (AI)-backed APIs that can detect and extract text within images and convert it into machine readable character streams. See [Get started with AI Text Recognition](/windows/ai/apis/ocr).
98+
Text recognition, also known as optical character recognition (OCR), is supported in Windows AI Foundry through a set of artificial intelligence (AI)-backed APIs that can detect and extract text within images and convert it into machine readable character streams. See [Get started with AI Text Recognition](/windows/ai/apis/text-recognition).
10099

101100
#### ONNX Runtime (ORT)
102101

103102
A high‑performance, cross‑platform inference engine for models in the ONNX format. On Windows, ORT commonly uses the DirectML execution provider for GPU/NPU acceleration. See [ONNX Runtime documentation](https://onnxruntime.ai/docs/). WindowsML uses ONNX Runtime under the hood.
104103

105-
106104
#### Packaged app
107105

108106
For definitions of apps that are packaged, unpackaged, and packaged with external location, see [Deployment overview](../package-and-deploy/index.md). That topic also explains the advantages and disadvantages of each option.
@@ -113,7 +111,7 @@ For definitions of apps that are packaged, unpackaged, and packaged with externa
113111

114112
#### PowerToys
115113

116-
A set of utilities for power users to tune and streamline their Windows experience for greater productivity. See [PowerToys documentation](https://docs.microsoft.com/windows/powertoys/).
114+
A set of utilities for power users to tune and streamline their Windows experience for greater productivity. See [PowerToys documentation](/windows/powertoys/).
117115

118116
#### Progressive web app (PWA)
119117

@@ -137,7 +135,7 @@ A set of recommended responsible development practices to use as you create appl
137135

138136
#### Small language model (SLM)
139137

140-
A compact model (for example, Microsoft Phi‑3) designed to run efficiently on client devices (CPU/GPU/NPU) with lower latency and cost, suitable for many on‑device AI scenarios. See [Small language models on Azure](/azure/ai-services/small-language-models/) and [Get started with Phi Silica](/windows/ai/apis/phi-silica).
138+
A compact model (for example, Microsoft Phi‑3) designed to run efficiently on client devices (CPU/GPU/NPU) with lower latency and cost, suitable for many on‑device AI scenarios. See [Get started with Phi Silica](/windows/ai/apis/phi-silica).
141139

142140
#### Universal Windows Platform (UWP)
143141

@@ -164,7 +162,7 @@ A control that allows app developers to embed web content (HTML/CSS/JS) in their
164162

165163
#### Windows AI Foundry
166164

167-
Windows AI Foundry offers AI-backed features and APIs on Windows 11 PCs. These features are in active development. See [What is Windows AI Foundry?](/windows/ai/windows-ai-foundry/).
165+
Windows AI Foundry offers AI-backed features and APIs on Windows 11 PCs. These features are in active development. See [What is Windows AI Foundry?](/windows/ai/overview).
168166

169167
#### Windows API
170168

0 commit comments

Comments
 (0)