🌈 搜索
📅  最后修改于: 2022-03-11 14:45:15.596000             🧑  作者: Mango
img = cv2.imread('image.png') text = pytesseract.image_to_string(img) print(text)