接着 import pytesseractfrom PIL import Imagea = pytesseract.image_to_string(Image.open("a.jpg"),lang="chi_sim")##中文识别