I am considering using Google's API for Text Recognition - what is the difference between the On-Device option and the Cloud option that is part of firebase? Both in the implementation and the result - how do I know which one is best for my particular app?
A little bit of background:
- I am building a Xamarin.Forms cross-platform app
- I am a complete beginner (but have worked with Firebase Realtime Database and Auth)
Can these OCR options be integrated with cross-platform Xamarin.Forms? Or only with native apps? Thank you!