John Lin

Results 24 issues of John Lin

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

enhancement

Fixes #806 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...