From 62ffbfe560b14aa0bcef3b7a09b7bf804d46931f Mon Sep 17 00:00:00 2001 From: Yulv-git Date: Sat, 22 Jan 2022 12:22:14 +0800 Subject: [PATCH] Fix for OCR --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 7275791..69a3684 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ - [命令行工具](#命令行工具) - [下载器](#下载器) - [图像处理](#图像处理) - - [OCR](#ocr) - [音频](#音频) - [Video](#video) - [地理位置](#地理位置) @@ -399,13 +398,6 @@ * [pywal](https://github.com/dylanaraps/pywal):由图像生成配色方案的工具。 * [pyvips](https://github.com/libvips/pyvips):低内存消耗且快速的图像处理库。 -### OCR - -光学字符识别库。 -* [paddleocr](https://github.com/PaddlePaddle/PaddleOCR): 除光学字符识别外还引入了表格识别。 -* [pyocr](https://gitlab.gnome.org/World/OpenPaperwork/pyocr):Tesseract 和 Cuneiform 的一个封装。 -* [pytesseract](https://github.com/madmaze/pytesseract):[Google Tesseract OCR](https://github.com/tesseract-ocr) 的一个封装。 - ### 音频 用来操作音频的库 @@ -1215,6 +1207,7 @@ Web socket 相关库。 * [Face Recognition](https://github.com/ageitgey/face_recognition):简单的面部识别库。 * [Kornia](https://github.com/kornia/kornia/):PyTorch 的开源差异化计算机视觉库。 * [tesserocr](https://github.com/sirfz/tesserocr):另一个简单的,兼容 Pillow 的 `tesseract-ocr` API 装饰器,可用于 OCR。 +* [paddleocr](https://github.com/PaddlePaddle/PaddleOCR): 除光学字符识别外还引入了表格识别。 ### 深度学习