from PIL import Image import pytesseract def ocr(image_file): # 打开图片image = Image.open(image_file) # 转为灰度图image_grey ...
確定! 回上一頁