0

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Damjan Vučina
  • 352
  • 2
  • 12

1 Answers1

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