Python论坛  - 讨论区

标题:[python-chinese] 请问有没有识别验证码的python模块

2006年04月16日 星期日 12:45

tocer tocer.deng at gmail.com
Sun Apr 16 12:45:55 HKT 2006

就是图片上有几个字符,把它识别出来。
谢谢。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 09:21

一只小蚂蚁 qixiangnj at gmail.com
Mon Apr 17 09:21:39 HKT 2006

涉及到图象识别技术,据说比较复杂。有兴趣,没研究。

在06-4-16,tocer <tocer.deng at gmail.com> 写道:
>
> 就是图片上有几个字符,把它识别出来。
> 谢谢。
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
『忙忙碌碌   ★   碌碌无为』

――――一只小蚂蚁――――
http://blog.csdn.net/qixiang_nj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060417/bc269edc/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 09:41

mikespook mikespook at gmail.com
Mon Apr 17 09:41:55 HKT 2006

有C的算法描述~~要改成PYTHON应该不困难~~

不过直接写一个C的模块PYTHON调用比较简单~


在06-4-17,一只小蚂蚁 <qixiangnj at gmail.com> 写道:
>
> 涉及到图象识别技术,据说比较复杂。有兴趣,没研究。
>
> 在06-4-16,tocer <tocer.deng at gmail.com> 写道:
> >
> > 就是图片上有几个字符,把它识别出来。
> > 谢谢。
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> 『忙忙碌碌   ★   碌碌无为』
>
> ————一只小蚂蚁————
> http://blog.csdn.net/qixiang_nj
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
mikespook & swill

http://www.xxiyy.com
http://main.xxiyy.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060417/cc47fc53/attachment-0001.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 10:35

BlackSands(LiYingMin)bug&patch fred.li.1979.m.bj.prc at gmail.com
Mon Apr 17 10:35:32 HKT 2006

贴出来看看,或者描述一下算法?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060417/8aedeb0d/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 19:33

Devin Deng yu.deng at tongcard.com
Mon Apr 17 19:33:03 HKT 2006

其实完全不用图像识别那么麻烦!

只需要一个图像生成模块就可以了,将数字和字母的组合生成图像,然后将数字字母组合存入临时数据库,
将临时数据表中对应的ID传回表单,表单提交的时候验证后台的相应临时数据即可。



2006/4/17, BlackSands(LiYingMin)bug&patch; <fred.li.1979.m.bj.prc at gmail.com>:
>
> 贴出来看看,或者描述一下算法?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
邓煜
通卡网络技术(北京)有限公司
北京海淀区清华科技园学研大厦B座300室
网址:http://www.tongcard.com
电话:010-51661898
邮件: yu.deng at TongCard.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060417/b0e73dd4/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 20:02

员旭鹏 recordus at gmail.com
Mon Apr 17 20:02:32 HKT 2006

你说的是服务器端的验证码生成技术,
他们讨论的应该是客户端的自动识别技术,
不一样,呵呵。

在06-4-17,Devin Deng <yu.deng at tongcard.com> 写道:
>
> 其实完全不用图像识别那么麻烦!
>
> 只需要一个图像生成模块就可以了,将数字和字母的组合生成图像,然后将数字字母组合存入临时数据库,
> 将临时数据表中对应的ID传回表单,表单提交的时候验证后台的相应临时数据即可。
>
>
>
> 2006/4/17, BlackSands(LiYingMin)bug&patch; <fred.li.1979.m.bj.prc at gmail.com
> >:
> >
> > 贴出来看看,或者描述一下算法?
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to   python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> --
> 邓煜
> 通卡网络技术(北京)有限公司
> 北京海淀区清华科技园学研大厦B座300室
> 网址:http://www.tongcard.com
> 电话:010-51661898
> 邮件: yu.deng at TongCard.com
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
I like Python & Linux.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060417/15f22e4b/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 20:37

limodou limodou at gmail.com
Mon Apr 17 20:37:31 HKT 2006

On 4/17/06, 员旭鹏 <recordus at gmail.com> wrote:
> 你说的是服务器端的验证码生成技术,
> 他们讨论的应该是客户端的自动识别技术,
> 不一样,呵呵。
>

我曾经在csdn上看到有人做过csdn发布助手之类的软件,看过它的描述。对于简单的情况可能还行,比如:

先转为黑白色,然后去掉杂点。再就是分割字母,然后识别。太复杂就不容易了。

--
I like python!
My Blog: http://www.donews.net/limodou
My Django Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月17日 星期一 20:53

员旭鹏 recordus at gmail.com
Mon Apr 17 20:53:24 HKT 2006

有的软件用于登录某些站点的软件是把验证码图片给抓下来仍然让人工识别后填入,
我很早以前也试过这样,可是我抓下来的图片似乎跟我登录时的不是一个会话的,
总也不能登录成功。

在06-4-17,limodou <limodou at gmail.com> 写道:
>
>
> 我曾经在csdn上看到有人做过csdn发布助手之类的软件,看过它的描述。对于简单的情况可能还行,比如:
>
> 先转为黑白色,然后去掉杂点。再就是分割字母,然后识别。太复杂就不容易了。
>

--
I like Python & Linux.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060417/9ce0c647/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月18日 星期二 09:32

Leo Jay python.leojay at gmail.com
Tue Apr 18 09:32:38 HKT 2006

那是因为你没有处理cookie吧.把sessionid丢了,抓图跟登录就不是同一个session了.

On 4/17/06, 员旭鹏 <recordus at gmail.com> wrote:
>
> 有的软件用于登录某些站点的软件是把验证码图片给抓下来仍然让人工识别后填入,
> 我很早以前也试过这样,可是我抓下来的图片似乎跟我登录时的不是一个会话的,
> 总也不能登录成功。
>
>



--
Best Regards,
Leo Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060418/497a22d3/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年04月18日 星期二 09:39

spring lee ncepu.lyc at gmail.com
Tue Apr 18 09:39:11 HKT 2006

好像网站一般都有超时的(比如1min)。而且图像是动态刷新的,
如果在某一个时间段内,应该可以的

2006/4/17, 员旭鹏 <recordus at gmail.com>:
>
> 有的软件用于登录某些站点的软件是把验证码图片给抓下来仍然让人工识别后填入,
> 我很早以前也试过这样,可是我抓下来的图片似乎跟我登录时的不是一个会话的,
> 总也不能登录成功。
>
> 在06-4-17,limodou <limodou at gmail.com > 写道:
>
> >
> > 我曾经在csdn上看到有人做过csdn发布助手之类的软件,看过它的描述。对于简单的情况可能还行,比如:
> >
> > 先转为黑白色,然后去掉杂点。再就是分割字母,然后识别。太复杂就不容易了。
> >
>
> --
> I like Python & Linux.
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060418/45c68f5a/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号