Damjan
Damjan

Reputation: 486

Firebase Text Recognition for Web

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.

Upvotes: 0

Views: 189

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599041

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.

Upvotes: 1

Related Questions