摘要: 完整代码如下: (其中cv2AddChineseText为封装代码) import cv2 as cv from PIL import Image, ImageDraw, ImageFont import numpy as np # encoding:utf-8 import base64 impo 阅读全文
posted @ 2023-04-08 23:14 小彭先森 阅读(2611) 评论(0) 推荐(0) 编辑
摘要: # encoding:utf-8import base64import requests def getToken(): ak='B7E2OqVuDAyDs7OsuGPuKa4y' sk='idObOz6jqA2GdU49L2VG4VPVhgmiidvD' host = f'https://aip. 阅读全文
posted @ 2023-04-08 23:12 小彭先森 阅读(66) 评论(0) 推荐(0) 编辑