请问下perl有没有用于验证码识别的模块,或是算法?

61 views
Skip to first unread message

CherryMM

unread,
Sep 6, 2012, 11:40:29 AM9/6/12
to perl...@googlegroups.com

请问下perl有没有用于验证码识别的模块,或是算法?我知道python里面有个模块可以识别,但是只能识别很简单的,perl里面有没呢

Fayland Lam

unread,
Sep 6, 2012, 8:57:58 PM9/6/12
to perl...@googlegroups.com
用命令行捕捉不就可以吗。gocr 对简单的识别还是有效果的。

my $output = `gocr $image_file`;
print $output;

2012/9/6 CherryMM <lsy...@163.com>:
>
> 请问下perl有没有用于验证码识别的模块,或是算法?我知道python里面有个模块可以识别,但是只能识别很简单的,perl里面有没呢
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
> 要在网络上查看此讨论,请访问 https://groups.google.com/d/msg/perlchina/-/4hwCY016zsIJ
> 要向此网上论坛发帖,请发送电子邮件至 perl...@googlegroups.com
> 要取消订阅此网上论坛,请发送电子邮件至 perlchina+...@googlegroups.com
> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。

--
Fayland Lam // http://www.fayland.org/

lusy

unread,
Sep 8, 2012, 12:21:39 PM9/8/12
to perl...@googlegroups.com, fay...@gmail.com
gocr 是linux 下面的命令吧, 我想在windows上实现验证码识别。 除了gocr, 请问下还有没有其他方法或好的算法?

lei wang

unread,
Sep 17, 2012, 2:39:03 AM9/17/12
to perl...@googlegroups.com
GD::SecurityImage
Reply all
Reply to author
Forward
0 new messages