mnfro / GoogleVisionKit

a custom swifty way to request and parse data from Google Vision API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleVisionKit

a custom swifty way to request and parse data from Google Vision API

It works quite well, however the API Model does not account for all properties. Remember to sign in for a Google Cloud account, activate the Vision API, generate an apiKey, then insert it in the VisionClient class. In the ViewController class, there is an example on how to make a request and how to parse data from the Vision API.

Bonus: an extension of the Response struct is present in VisionAPIModel.swift, the variable "parseText" returns an array of strings of each "Block"

About

a custom swifty way to request and parse data from Google Vision API


Languages

Language:Swift 100.0%