Hello guys,
I'm trying to build an app which allows users to upload images with text in them and then creates a editable text field with the information from the image.
I figured that I could use BuildShip with Google Cloud Vision API. I got everything setup in BuildShip and it was tested successfully but when I try to connect the API Call to flutterflow I receive an error message:
" {
"error": {},
"label": "Google Vision Text Detection",
"message": "Failed to parse URL from "
} "
I guess this means that BuildShip doesn't know which information to take from Flutterflow and. to send to Google.
Can someone please give me some tips or send a link to any useful explanation?
Thank you.