I currently have it so that when I receive an image from it is stored in a database as the image, I want to send this image to Google Vision API. To do that I need to send it as a Base64 string, but I can't figure out how to convert this image to a Base64 so that it can be understood by the Google Vision API. Any help?