convert selected area into text by Google Cloud Vision API.
- https://cloud.google.com/vision/docs/quickstart
- make sure
gcloud ml vision detect-textcommand works- install gcloud
gcloudcommand is supposed to be installed/usr/local/bin
gcloud auth loginto 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