Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native component for Google Cloud Vision API - Text Detection [closed]

I am using React Native's Image Picker component to capture images on my app. Before showing the picture I want to parse it using Google Cloud Vision's Text Detection API. I've been searching on components in React Native but no result. Does anybody know if there is something around or if it can be done within React Native?

like image 785
Walter Avatar asked Oct 18 '16 08:10

Walter


People also ask

What is the maximum image size required to make an inference in AutoML?

General image requirements1.5MB maximum size. 1024 pixels by 1024 pixels suggested maximum. For images much larger than 1024 pixels by 1024 pixels some image quality may be lost during AutoML Vision Object Detection's image normalization process.


1 Answers

How about this: https://www.npmjs.com/package/react-cloud-vision-api. Looks like it should do the job.

like image 64
apeman Avatar answered Sep 28 '22 11:09

apeman