Member-only story
Integrate Google Cloud Vision with Spring Boot
3 min readMar 20, 2021
1. Before you begin :
Create a Google Cloud Platform project with billing enabled.
Enable the Google Cloud Vision API from the “APIs & Services” menu of the Google Cloud Console.
Follow these steps from this link:
2. Create Spring boot application :
Dependencies: Spring Web, and Spring Boot DevTools.
After downloading and unzipping the project adds these dependencies :
spring-cloud-gcp-starter-vision and spring-cloud-gcp-dependencies
See pom.xml below :