From fa14d0b585f2b0dbd83762bfd1b07f639f6b4258 Mon Sep 17 00:00:00 2001 From: AlphaHot <58410019+AlphaHot@users.noreply.github.com> Date: Wed, 1 Dec 2021 17:56:45 +0500 Subject: [PATCH] Add PaddleOCR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0d96d3..a3c491a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Contributions are welcome, as is feedback. * [tesseract](https://github.com/tesseract-ocr/tesseract) - The definitive Open Source OCR engine `Apache 2.0` * [EasyOCR](https://github.com/JaidedAI/EasyOCR) - OCR engine built on PyTorch by JaidedAI, `Apache 2.0` +* [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) - practical ultra lightweight OCR system `Apache 2.0` * [ocropus](https://github.com/tmbdev/ocropy) - OCR engine based on LSTM, `Apache 2.0` * [ocropus 0.4](https://github.com/jkrall/ocropus) - Older v0.4 state of Ocropus, with tesseract 2.04 and iulib, C++ * [kraken](https://github.com/mittagessen/kraken) - Ocropus fork with sane defaults