import pytesseract from PIL import Image img = Image.open("test.png") text=pytesseract.image_to_string(img) print(text).
確定! 回上一頁