shirsh94 / flutter_doc_scanner

MIT License
5 stars 6 forks source link

does this run on iOS? #14

Closed imagin8 closed 2 months ago

imagin8 commented 2 months ago

https://developers.google.com/ml-kit/vision/doc-scanner - ML Kit does not support iOS and this depends on it. Anyone with insight is appreciated.

shirsh94 commented 2 months ago

yes it support iOS as well, getScanDocumentsUri() is available for only android, but the main function which is getScanDocuments() this available for both iOS and Android.