摘要:
#auther bioamin #nlp of 电商评论 #-*- conding = utf-8 -*- import numpy as np import pandas as pd #画图的包 import matplotlib.pyplot as plt import seaborn as s 阅读全文
posted @ 2019-05-07 21:00
bioamin
阅读(1259)
评论(0)
推荐(0)
摘要:
1.登录百度云平台,创建应用 2.编写代码 from aip import AipOcr import codecs import os #读取图片函数 def ocr(path): with open(path,'rb') as f: return f.read() def main(): fil 阅读全文
posted @ 2019-05-07 17:24
bioamin
阅读(2818)
评论(0)
推荐(0)