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
# python eval.py test.pdf 'Top Person' 'Top topic' 'Bottom Person' 'Bottom topic' | |
import argparse | |
import os | |
import shlex | |
import subprocess | |
import glob | |
from wand.image import Image | |
from wand.display import display | |
from wand.color import Color |
OlderNewer