Skip to content

Instantly share code, notes, and snippets.

@croxis
croxis / rylaeval2014.py
Created September 16, 2015 00:45
Ocular Ryla Evaluation Scanner and Tabulator for Python 3. Needs imagemagick installed on a system path and the python extension "wand"
# 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