Skip to main content

Wechat MiniProgram CV Module for Python.

Project description

Wechat MiniProgram CV Module for Python.

Sandbox

Installation

pip install pywe-wxa-cv

Usage

from pywe_wxa_cv import CV, cv_aicrop, cv_qrcode, cv_superresolution

Method

class CV(BaseToken):
    def __init__(self, appid=None, secret=None, token=None, storage=None):
        super(CV, self).__init__(appid=appid, secret=secret, token=token, storage=storage)

def aicrop(self, img_url=None, img_file=None, img_file_path=None, ratios=None, appid=None, secret=None, token=None, storage=None):

def qrcode(self, img_url=None, img_file=None, img_file_path=None, appid=None, secret=None, token=None, storage=None):

def superresolution(self, img_url=None, img_file=None, img_file_path=None, appid=None, secret=None, token=None, storage=None):

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywe-wxa-cv-1.0.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

pywe_wxa_cv-1.0.0-py2.py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page