1. 首页
  2. 编程语言
  3. Python
  4. 验证码识别(pytesseract+ matplotlib)

验证码识别(pytesseract+ matplotlib)

上传者: 2021-05-22 05:39:55上传 .PY文件 965.00 Bytes 热度 15次

cv.bitwise_not(open_out,open_out)textImage=Image.fromarray(open_out)text=tess.image_to_string(textImage)print("识别结果:%s"%text)

用户评论