From e5fede966c2fd254efbbd24ec9df54c5e54576dc Mon Sep 17 00:00:00 2001
From: Andy Challis <andy.challis@capgemini.com>
Date: Fri, 7 Feb 2020 12:36:49 +1100
Subject: [PATCH] Added tesserocr

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9f88379..44ecb9e 100644
--- a/README.md
+++ b/README.md
@@ -298,6 +298,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [Kornia](https://github.com/kornia/kornia/) - Open Source Differentiable Computer Vision Library for PyTorch.
 * [OpenCV](https://opencv.org/) - Open Source Computer Vision Library.
 * [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).
+* [tesserocr](https://github.com/sirfz/tesserocr) - A simple, Pillow-friendly, wrapper around the tesseract-ocr API for Optical Character Recognition (OCR).
 * [SimpleCV](http://simplecv.org/) - An open source framework for building computer vision applications.
 
 ## Concurrency and Parallelism
-- 
GitLab