Skip to content

Instantly share code, notes, and snippets.

View jarkkojs's full-sized avatar

Jarkko Sakkinen jarkkojs

View GitHub Profile
➜ Desktop (master) ✗ cat tld.py
import pytesseract
import opcodes
import subprocess
from PIL import Image
CONFIG="-c tessedit_char_whitelist=ABCDEFGHIJKLMNOPQRSTUVWXYZ"
if __name__ == "__main__":
image = Image.open('EdhXlaiWAAEiElZ.png')