Versions in this module Expand all Collapse all v1 v1.2.64 Jan 11, 2023 Changes in this version + type LicencePlateRecognizer interface + RecognizeFromImage func(base64image string) ([]string, error) + func NewPlateRecognizer(apiKey string) LicencePlateRecognizer + type PlateRecognizer struct + APIKey string + func (pr *PlateRecognizer) RecognizeFromImage(base64image string) ([]string, error)