Like this: ``` ocr = MemeOCR() ocr.set_template('template/scumbag-steve.jpg') txt = ocr.recognize('input-memes/6947689.jpg') ```