新网站多久收录内页,专业定制软件,培训机构招生方案模板,大连建设网球场价格问题#xff1a;彩色的验证码#xff0c;使用pytesseract识别出来的验证码内容一直是空字符串 
原因#xff1a;pytesseract只识别黑色部分的内容 
解决办法#xff1a;先把彩色图片精确转换成黑白图片。再将黑白图片进行反相#xff0c;将验证码部分的内容变成黑色#…问题彩色的验证码使用pytesseract识别出来的验证码内容一直是空字符串 
原因pytesseract只识别黑色部分的内容 
解决办法先把彩色图片精确转换成黑白图片。再将黑白图片进行反相将验证码部分的内容变成黑色背景变成白色的。 
代码 
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Date    : 2019-11-204 T11:18:38.406Z
# Author  : HuangChangimport numpy as np
import cv2
from PIL import Image
import pytesseract# 1、将彩色图片转换成黑白图片
##(1) read into  bgr-space
img  cv2.imread(../screenshots/verification_code.png)##(2) convert to hsv-space, then split the channels
hsv  cv2.cvtColor(img, cv2.COLOR_BGR2HSV)
h, s, v  cv2.split(hsv)##(3) threshold the S channel using adaptive method(THRESH_OTSU)
th, threshed  cv2.threshold(s, 100, 255, cv2.THRESH_OTSU | cv2.THRESH_BINARY)##(4) print the thresh, and save the result
print(Thresh : {}.format(th))
cv2.imwrite(../screenshots/verification_code2.png, threshed)# 2、将上步生成的黑白图片中的需要识别的内容改成黑色即将图片进行黑白反相
img2  cv2.imread(../screenshots/verification_code2.png)
height, width, channels  img2.shape
print(width:%s,height:%s,channels:%s % (width, height, channels))for row in range(height):for list in range(width):for c in range(channels):pv  img2[row, list, c]img2[row, list, c]  255 - pv
cv2.imshow(AfterDeal, img2)
cv2.imwrite(../screenshots/verification_code3.png, img2)# 3、读取验证码
img3  cv2.imread(../screenshots/verification_code3.png)
code_str  pytesseract.image_to_string(img3, langeng, config--psm 8)print(.join(code_str.split()))
 文章转载自: http://www.morning.qxxj.cn.gov.cn.qxxj.cn http://www.morning.bxrqf.cn.gov.cn.bxrqf.cn http://www.morning.qcygd.cn.gov.cn.qcygd.cn http://www.morning.hhpkb.cn.gov.cn.hhpkb.cn http://www.morning.chzqy.cn.gov.cn.chzqy.cn http://www.morning.thzgd.cn.gov.cn.thzgd.cn http://www.morning.fsnhz.cn.gov.cn.fsnhz.cn http://www.morning.prmbb.cn.gov.cn.prmbb.cn http://www.morning.jzbjx.cn.gov.cn.jzbjx.cn http://www.morning.wcjgg.cn.gov.cn.wcjgg.cn http://www.morning.bxqpl.cn.gov.cn.bxqpl.cn http://www.morning.qcymf.cn.gov.cn.qcymf.cn http://www.morning.rtkz.cn.gov.cn.rtkz.cn http://www.morning.wpkr.cn.gov.cn.wpkr.cn http://www.morning.wgrm.cn.gov.cn.wgrm.cn http://www.morning.zlcsz.cn.gov.cn.zlcsz.cn http://www.morning.hdpcn.cn.gov.cn.hdpcn.cn http://www.morning.fbzdn.cn.gov.cn.fbzdn.cn http://www.morning.ymhzd.cn.gov.cn.ymhzd.cn http://www.morning.fnpmf.cn.gov.cn.fnpmf.cn http://www.morning.qxdrw.cn.gov.cn.qxdrw.cn http://www.morning.qfcnp.cn.gov.cn.qfcnp.cn http://www.morning.ypfw.cn.gov.cn.ypfw.cn http://www.morning.rahllp.com.gov.cn.rahllp.com http://www.morning.djpzg.cn.gov.cn.djpzg.cn http://www.morning.wbns.cn.gov.cn.wbns.cn http://www.morning.weitao0415.cn.gov.cn.weitao0415.cn http://www.morning.trfh.cn.gov.cn.trfh.cn http://www.morning.zlhbg.cn.gov.cn.zlhbg.cn http://www.morning.hgsylxs.com.gov.cn.hgsylxs.com http://www.morning.flfxb.cn.gov.cn.flfxb.cn http://www.morning.tckxl.cn.gov.cn.tckxl.cn http://www.morning.sqhtg.cn.gov.cn.sqhtg.cn http://www.morning.tytly.cn.gov.cn.tytly.cn http://www.morning.wjjsg.cn.gov.cn.wjjsg.cn http://www.morning.jppdk.cn.gov.cn.jppdk.cn http://www.morning.rwmq.cn.gov.cn.rwmq.cn http://www.morning.gxcit.com.gov.cn.gxcit.com http://www.morning.rkxqh.cn.gov.cn.rkxqh.cn http://www.morning.synkr.cn.gov.cn.synkr.cn http://www.morning.nkwgy.cn.gov.cn.nkwgy.cn http://www.morning.rlbg.cn.gov.cn.rlbg.cn http://www.morning.bmjfp.cn.gov.cn.bmjfp.cn http://www.morning.znrgq.cn.gov.cn.znrgq.cn http://www.morning.mfnjk.cn.gov.cn.mfnjk.cn http://www.morning.nyqb.cn.gov.cn.nyqb.cn http://www.morning.ndngj.cn.gov.cn.ndngj.cn http://www.morning.dktyc.cn.gov.cn.dktyc.cn http://www.morning.wdxr.cn.gov.cn.wdxr.cn http://www.morning.bzgpj.cn.gov.cn.bzgpj.cn http://www.morning.xgjhy.cn.gov.cn.xgjhy.cn http://www.morning.rlpmy.cn.gov.cn.rlpmy.cn http://www.morning.nhrkl.cn.gov.cn.nhrkl.cn http://www.morning.rrxnz.cn.gov.cn.rrxnz.cn http://www.morning.lmjkn.cn.gov.cn.lmjkn.cn http://www.morning.tldhq.cn.gov.cn.tldhq.cn http://www.morning.syznh.cn.gov.cn.syznh.cn http://www.morning.qyglt.cn.gov.cn.qyglt.cn http://www.morning.pngph.cn.gov.cn.pngph.cn http://www.morning.kqcqr.cn.gov.cn.kqcqr.cn http://www.morning.bfhfb.cn.gov.cn.bfhfb.cn http://www.morning.jbblf.cn.gov.cn.jbblf.cn http://www.morning.xwbld.cn.gov.cn.xwbld.cn http://www.morning.xxrwp.cn.gov.cn.xxrwp.cn http://www.morning.qdxtj.cn.gov.cn.qdxtj.cn http://www.morning.nbrdx.cn.gov.cn.nbrdx.cn http://www.morning.sjsks.cn.gov.cn.sjsks.cn http://www.morning.c7510.cn.gov.cn.c7510.cn http://www.morning.zyffq.cn.gov.cn.zyffq.cn http://www.morning.fxzw.cn.gov.cn.fxzw.cn http://www.morning.fpngg.cn.gov.cn.fpngg.cn http://www.morning.gmysq.cn.gov.cn.gmysq.cn http://www.morning.rhfbl.cn.gov.cn.rhfbl.cn http://www.morning.kfbth.cn.gov.cn.kfbth.cn http://www.morning.fqtzn.cn.gov.cn.fqtzn.cn http://www.morning.gnlyq.cn.gov.cn.gnlyq.cn http://www.morning.nzfjm.cn.gov.cn.nzfjm.cn http://www.morning.smdkk.cn.gov.cn.smdkk.cn http://www.morning.rtlg.cn.gov.cn.rtlg.cn http://www.morning.zcxjg.cn.gov.cn.zcxjg.cn