python自动化测试——识别简单的数字验证码

from PIL import Image
from pytesseract import image_to_string

code = image_to_string(Image.open("code.png"))
print(code)

 

posted @ 2019-02-25 16:22  OTAKU_nicole  阅读(1053)  评论(0编辑  收藏  举报