Last active
August 1, 2017 23:15
-
-
Save evernick/acd5686e2fea1400fd45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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