Replies: 3 comments
-
I didn't find Microsoft.Windows.Vision either, in any DLL or .winmd or microsoft-ui-xaml-winui3-release-1.6-stable source |
Beta Was this translation helpful? Give feedback.
-
I believe those APIs are only included in the experimental version of WASDK and don't exist in the stable version. |
Beta Was this translation helpful? Give feedback.
-
Version 1.6 Experimental (1.6.0-experimental2) To download, retarget your WinAppSDK NuGet version to 1.6.240701003-experimental2. Note Phi Silica and OCR APIs are not included in this release. These will be coming in a future 1.6 release. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Describe the bug
ref: https://learn.microsoft.com/en-us/windows/ai/apis/text-recognition
I remember the documentation mentioned that Windows APP SDK 1.6 (stable)would support NGAI, such as OCR in the ref, but I didn’t see the relevant libraries when I actually used it. Is this currently supported?
Steps to reproduce the bug
1.Create a WinUI3 app by VS2022
2.Nuget windows app sdk 1.6(Latest stable 1.6.240923002)
3.using Microsoft.Windows.Vision; using Microsoft.Windows.Imaging; -> (X)
Expected behavior
OCR API can be found and work well.
Screenshots
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
No response
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions