Open navaronbracke opened 3 weeks ago
I have created a first draft/beta of a shared ios & macos implementation of the Vision API. Please see ios-vision for the current code. It is working right now, but still needs some work on some of the features like zoom control. I will update this in the comming days.
Hello @juliansteenbakker My project would very much benefit from this change, I thank you for it 🙏 If you need any help to fasten the new release, I'd be happy to help 🙂
I have uploaded a new version, v7.0.0-beta.2, with some fixes. Feel free to try it out!
Just tested an integration of v7.0.0-beta.3, no issues found so-far ... looking forward to the public release!
mobile_scanner
currently uses MLKit on both iOS and Android.However, for iOS there is a first-party library, namely the Vision API from Apple. We already use this implementation for MacOS.
We should switch iOS over to use that implementation, which brings a bunch of improvements. The following checklist lists the points that we should tackle when doing this migration: