Skip to content

Instantly share code, notes, and snippets.

View puebla93's full-sized avatar

Javier Puebla puebla93

  • Netquest
  • Barcelona, Spain
View GitHub Profile
import pytesseract
import sys
import argparse
try:
import Image
except ImportError:
from PIL import Image
from subprocess import check_output