1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2025-11-06 22:55:49 -05:00

Merge pull request #1469 from ghandic/feature/add-tesserocr

Added tesserocr
This commit is contained in:
Vinta Chen 2020-04-08 20:18:33 +08:00 committed by GitHub
commit 2a0aa1fc82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,6 +304,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