GoogleApi.Vision
Client library for Cloud Vision API from Google.
Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.
Installation
Install this package from Hex by adding
google_api_vision to your list of dependencies in mix.exs:
def deps do
[{:google_api_vision, "~> 0.11"}]
end
For more information
Product documentation is available at https://cloud.google.com/vision/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_vision.