Skip to content

Instantly share code, notes, and snippets.

@spnow
Forked from evernick/captcha.py
Created August 1, 2017 23:15
Show Gist options
  • Save spnow/604422806e92a8979486ae8cc8dba43e to your computer and use it in GitHub Desktop.
Save spnow/604422806e92a8979486ae8cc8dba43e to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
from pytesser import *
if __name__ == "__main__":
print image_file_to_string("fonts_test.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment