python 識別驗證碼

來源:互聯網
上載者:User

第一次用python,不熟悉。有的地方還是記下來的好。

1、安裝python和 PIL

我的centos6 不知道什麼時候裝了python。

[root@foxni /home/lelefox/simple驗證碼/image/font] # python
Python 2.6.6 (r266:84292, Dec  7 2011, 20:48:22)
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
2、安裝PIL

參考:http://bluecrystal.iteye.com/blog/146490

我一開始只是執行了 $ python setup.py , 結果在用 Image.open("").convert("1") 的時候(注意這裡是數字1,即轉成二值映像  (a bilevel image )
,參考:pil文檔),老是沒有效果。README還是應該仔細看看的。如果要處理PNG圖片,就要裝http://www.zlib.net/ ,處理jpg圖片要裝別的。(這些在readme裡都有,並且可以用$ python selftest.py 查出來。)

$ python setup.py build_ext -i
  $ python selftest.py
  $ python setup.py install

3、python顯示圖片 預設 是調用XV的,所以沒裝xv的話,Image.open("").show()沒反應。

安裝:xv下載          http://www.trilon.com/xv/downloads.html

源碼裝的時候出了點小問題,參考:ftp://ftp.trilon.com/pub/xv/xv-redhat6-readme.txt 。去迴轉檔案中出錯的那個。即加註釋

/* #  ifndef __NetBSD__     extern char *sys_errlist[];     this too... #  endif */

另外,Makefile檔案要改一個地方

MCHN = -DLINUX -L/usr/X11R6/lib

我是直接把這句前面的注釋去掉,也很好用。X11的lib路徑沒找到。

參考:

1、http://xiaoxia.org/2011/05/31/boring-entry-the-fabled-verification-code-recognition-technology-learning-notes/

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.