Firebase Text Recognition for Web

175 Views Asked by At

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.

1

There are 1 best solutions below

0
Frank van Puffelen On BEST ANSWER

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.