From 189fec48c7c27f54b0b8eec9f92ff9e778b8234e Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 8 Jul 2020 18:19:10 +0800 Subject: [PATCH] add EasyOCR https://github.com/JaidedAI/EasyOCR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74e5693..c9e796a 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for Computer Vision.* * [OpenCV](https://opencv.org/) - Open Source Computer Vision Library. +* [EasyOCR](https://github.com/JaidedAI/EasyOCR) - Ready-to-use OCR with 40+ languages supported. * [Kornia](https://github.com/kornia/kornia/) - Open Source Differentiable Computer Vision Library for PyTorch. * [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr). * [tesserocr](https://github.com/sirfz/tesserocr) - Another simple, Pillow-friendly, wrapper around the `tesseract-ocr` API for OCR.