diff --git a/README.md b/README.md index c93f2c393e2e95c7f7eeff360ace04ecd0d4eecc..3f7e478ad706719e90f8dc1892e58e10f0b6e3de 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr). * [SimpleCV](https://github.com/sightmachine/SimpleCV) - An open source framework for building computer vision applications. * [tesserocr](https://github.com/sirfz/tesserocr) - Another simple, Pillow-friendly, wrapper around the `tesseract-ocr` API for OCR. +* [Mahotas](https://mahotas.readthedocs.io/en/latest/) - The interface is in Python, which is appropriate for fast development, but the algorithms are implemented in C++ and tuned for speed. Mahotas' library is fast with minimalistic code and even minimum dependencies. ## Concurrency and Parallelism