Google Cloud Vision API
- Setup the Cloud Vision API
- Setup a service account and the GOOGLE_APPLICATION_CREDENTIALS environment variable (for Application Default Credentials)
go run main.go --api=google <filepattern of files to run the API on>
Microsoft Cognitive Services Computer Vision API
- Setup the API
- Set the MICROSOFT_API_KEY environment variable to the key from the console
go run main.go --api=microsoft <filepattern of files to run the API on>