Closed viponedream closed 3 years ago
req = models.GeneralFastOCRRequest() req.ImageUrl = "https://mc.qcloudimg.com/static/img/6d4f1676deba26377d4303a462ca5074/image.png" resp = client.GeneralFastOCR(req) print(resp.to_json_string())
有时需要本地文件.而不是远程的url, 谢谢。
重复问题
有时需要本地文件.而不是远程的url, 谢谢。