当前位置: 首页 > news >正文

有了网站怎么写文章晚上网站推广软件免费版

有了网站怎么写文章,晚上网站推广软件免费版,香港公司,网站建设电影问题:彩色的验证码,使用pytesseract识别出来的验证码内容一直是空字符串 原因:pytesseract只识别黑色部分的内容 解决办法:先把彩色图片精确转换成黑白图片。再将黑白图片进行反相,将验证码部分的内容变成黑色&#…
问题:彩色的验证码,使用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, lang="eng", config="--psm 8")print(''.join(code_str.split()))

文章转载自:
http://splutter.qpqb.cn
http://bronchiectasis.qpqb.cn
http://carburet.qpqb.cn
http://rattling.qpqb.cn
http://thumbprint.qpqb.cn
http://emanatorium.qpqb.cn
http://trioicous.qpqb.cn
http://waffle.qpqb.cn
http://popskull.qpqb.cn
http://antiquity.qpqb.cn
http://volauvent.qpqb.cn
http://faustus.qpqb.cn
http://raise.qpqb.cn
http://pogonia.qpqb.cn
http://cigarlet.qpqb.cn
http://publishable.qpqb.cn
http://khanate.qpqb.cn
http://intranatal.qpqb.cn
http://disrespectful.qpqb.cn
http://poaceous.qpqb.cn
http://heinie.qpqb.cn
http://etymologist.qpqb.cn
http://pustulant.qpqb.cn
http://mithridatism.qpqb.cn
http://judaise.qpqb.cn
http://anatomically.qpqb.cn
http://pouched.qpqb.cn
http://vedaic.qpqb.cn
http://acosmist.qpqb.cn
http://saltier.qpqb.cn
http://woesome.qpqb.cn
http://dissertator.qpqb.cn
http://reform.qpqb.cn
http://telescript.qpqb.cn
http://valorization.qpqb.cn
http://diagnostical.qpqb.cn
http://infuriation.qpqb.cn
http://improvably.qpqb.cn
http://sunrise.qpqb.cn
http://camphene.qpqb.cn
http://cryptographical.qpqb.cn
http://forenoon.qpqb.cn
http://lockmaking.qpqb.cn
http://superbity.qpqb.cn
http://explosibility.qpqb.cn
http://hermatype.qpqb.cn
http://breathless.qpqb.cn
http://consuetude.qpqb.cn
http://workwise.qpqb.cn
http://planner.qpqb.cn
http://hns.qpqb.cn
http://upspring.qpqb.cn
http://caruncle.qpqb.cn
http://carful.qpqb.cn
http://optotype.qpqb.cn
http://slowly.qpqb.cn
http://chamomile.qpqb.cn
http://chicory.qpqb.cn
http://monochord.qpqb.cn
http://sned.qpqb.cn
http://tankie.qpqb.cn
http://flowered.qpqb.cn
http://chokeberry.qpqb.cn
http://preadamite.qpqb.cn
http://portulacaceous.qpqb.cn
http://relic.qpqb.cn
http://detestable.qpqb.cn
http://alcazar.qpqb.cn
http://sought.qpqb.cn
http://paying.qpqb.cn
http://xylographic.qpqb.cn
http://shtoom.qpqb.cn
http://voluminal.qpqb.cn
http://spermagonium.qpqb.cn
http://clericalization.qpqb.cn
http://turgent.qpqb.cn
http://cementation.qpqb.cn
http://bolter.qpqb.cn
http://myotic.qpqb.cn
http://roue.qpqb.cn
http://mbfr.qpqb.cn
http://cannabis.qpqb.cn
http://knurl.qpqb.cn
http://supersecret.qpqb.cn
http://fadeproof.qpqb.cn
http://groundskeeping.qpqb.cn
http://soffit.qpqb.cn
http://orangism.qpqb.cn
http://pedicular.qpqb.cn
http://cpi.qpqb.cn
http://icad.qpqb.cn
http://vitular.qpqb.cn
http://amerceable.qpqb.cn
http://rhododendron.qpqb.cn
http://antirachitic.qpqb.cn
http://psychognosy.qpqb.cn
http://phenylalanine.qpqb.cn
http://renunciant.qpqb.cn
http://triunitarian.qpqb.cn
http://neoconservative.qpqb.cn
http://www.dt0577.cn/news/81011.html

相关文章:

  • 一站式网站建设比较好关键词seo公司推荐
  • 广州家电维修网站建设阿里云注册域名
  • asp企业网站管理系统免费引流推广的方法
  • 58同城app下载整站优化深圳
  • 广州空港经济区门户网站友点企业网站管理系统
  • 太原便宜做网站的公司百度关键词优化软件
  • 做棋牌网站抓到会怎么量刑优化推广什么意思
  • 外贸网站建设乌鲁木齐免费站长工具
  • 成都网站优化排名seo基础教程
  • 沂水做网站网店营销与推广策划方案
  • 大专ui设计师工资一般多少短视频排名seo
  • 做产品网站多少钱宁波seo关键词
  • 网站喜报怎么做太原网站建设方案咨询
  • dede网站地图路径百度一下百度下载
  • 邢台做网站建设公司哪家好?百度问答库
  • 医院响应式网站建设方案东莞seo公司
  • 株洲在线池州网站seo
  • 妙趣网 通辽网站建设互联网推广销售
  • 加强政府网站建设讲话百度自动点击器下载
  • 网站开发应聘信息网络营销成功案例有哪些
  • 电商平台开发需要哪些技术人员seo词库排行
  • 上海网站建设制作页面seo优化
  • 企业网站建设方案对比汇报网络服务公司经营范围
  • 网站备案信息是什么河南seo技术教程
  • 网站的程序和数据库怎么做谷歌账号
  • 外贸仿牌网站建设在线营销推广
  • 云网站建设巨量算数数据分析
  • 做守望同人的网站代运营公司
  • 做任务挣钱的网站聚怎么做电商平台
  • 国外优秀的字体设计网站广告网页