This commit is contained in:
Vinta Chen 2020-07-08 18:19:10 +08:00
parent f24e206b75
commit 189fec48c7
1 changed files with 1 additions and 0 deletions

View File

@ -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.