convert selected area into text by Google Cloud Vision API.
- https://cloud.google.com/vision/docs/quickstart
- make sure
gcloud ml vision detect-text
command works- install gcloud
gcloud
command is supposed to be installed/usr/local/bin
gcloud auth login
to login to your account to use- enable ML Vision API
- install gcloud
- make sure
- run screentextcapture.app
- result text will be sent to the clipboard
carthage checkout --use-ssh
carthage build --platform Mac