这个人很懒,暂无签名信息
response.addHeader(P3P,CP=CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR); 加上这句代码即可
from PIL import Image import pytesseract text = pytesseract.image_to_string(Image.open(./pic/pythontest.png)) print(text) def pic_dispose(x): image = Image.open(x) image.show() #亮度 ...