Has anyone tried implementing ios Vision framework...
# ios
y
Has anyone tried implementing ios Vision framework https://developer.apple.com/documentation/vision/recognizing-text-in-images in Kotlin multiplatform.
p
At some point in time there were difficulties caused by some functionalities missing in llvm but from what I believe those are solved now and everything is available to make it happen. There is even a youtrack for this ..let me find it
there are examples how tvOS was added so I was planning at some point to try to add support myself but the tvOS pr had already a lot of things in the compiler so I am not sure if the level of complexity is the same
I see there is more activity there recently but there are still some blockers mentioned
also I think vision is not an especially interesting target for KMM so Jetbrains may not be motivated enough to add this and continuously support it