-
-
Save spnow/604422806e92a8979486ae8cc8dba43e 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