shell pip install pytesseract python import pytesseract from PIL import Image image = Image.open('image.png') text = pytesseract.image_to_string(image, lang='eng') print(text) python text = pytesseract.image_to_string(image, lang='chi_sim')


上一篇:
下一篇:
切换中文