摘要: 这个是用来验证码识别的需要先装一下这些brew install Tesseractbrew install imagemagickgem install rmagick测试代码require 'rtesseract'image = RTesseract.new("./4.jpg")puts imag... 阅读全文
posted @ 2015-01-11 17:31 自由出土文物 阅读(162) 评论(0) 推荐(0) 编辑