halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

Support `Windows.Media.Ocr` APIs #163

Closed HaloWang closed 1 year ago

HaloWang commented 1 year ago

I want to call Windows.Media.Ocr in my flutter desktop application. Could I simply add this package to my project? And are there any demo codes from this function? Thank you.

halildurmus commented 1 year ago

No, Windows.Media.Ocr is not supported yet.

This is currently blocked by dart-windows/win32#97.

HaloWang commented 1 year ago

Thank you for your excellent works!