The real component for the Google Cloud Vision API is text detection

I am using the React Native Image Picker component to capture images in my application. Before showing the image, I want to analyze it using the Google Cloud Vision Text Detection API. I searched for components in React Native, but no result. Does anyone know if there is something around, or if it can be done in React Native?

+6
source share
1 answer

How about this: https://www.npmjs.com/package/react-cloud-vision-api . Looks like he should be doing this work.

0
source

All Articles