Skip to main content

What happens if my image is not in Base64 format when I use Google Cloud Vision?

Comments

1 comment

  • Rajnish Kucheria

    Google Cloud Vision requires the Image Base64 content for processing. If you provide an unencoded image, the journey will fail. You can encode the image into Base64 using:

    0

Please sign in to leave a comment.