python pip install pytesseract python import pytesseract text = pytesseract.image_to_string(image, lang='chi_sim') python import pytesseract text = pytesseract.image_to_string(image, lang='chi_sim', config='--psm 6')