Versions in this module Expand all Collapse all v1 v1.0.2 Nov 3, 2022 Changes in this version + type Client struct + func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) + func (comp *Client) AICrop(imgURL string, img *power.HashMap) (*response.ResponseIMGAICrop, error) + func (comp *Client) ScanQRCode(imgURL string, img *power.HashMap) (*response.ResponseIMGScanQRCode, error) + func (comp *Client) SuperResolution(imgURL string, img *power.HashMap) (*response.ResponseIMGSuperResolution, error) + func (comp *Client) UploadImage(entryPoint string, imgURL string, img *power.HashMap, result interface{}) (interface{}, error)