Add support for window ocr
alihassan143 opened this issue · 1 comments
alihassan143 commented
window 11 ocr api
Ocr
halildurmus commented
Windows.Media.Ocr is a Windows Runtime (WinRT) API and is outside the scope of this project. This project focuses only on Win32 and COM APIs.
dartwinrt project, on the other hand, is centered around WinRT APIs and includes support for the Ocr API.
An illustrative example can be found here.