調用百度接口圖片識別

from aip import AipOcr # 新建一個AipOcr對象 config = { 'appId': '*******', 'apiKey': '***********', 'secretKey': '****************' } client = AipOcr(**config) # 讀取圖片 def get_file_content(file
相關文章
相關標籤/搜索