Is it possible to use Text Recognition (https://firebase.google.com/docs/ml/recognize-text) for web projects. I'd like it to run the built-in model through images uploaded to the Storage.
Asked
Active
Viewed 142 times
1 Answers
1
From the documentation:
Firebase Machine Learning is a mobile SDK that brings Google's machine learning expertise to Android and Apple apps in a powerful yet easy-to-use package.
So it seems that Firebase Machine Learning is only available for Android and iOS apps, and not for web apps.

Frank van Puffelen
- 565,676
- 79
- 828
- 807