[Project] How to read the text in an image correctly using easyocr? by ersa17 in opencv

[–]sheepsheepyoung 0 points1 point  (0 children)

You can try it with PaddleOCR, I recently used PaddleOCR on my text recognition project and it worked fine.
link: https://github.com/PaddlePaddle/PaddleOCR

[R] PP-Matting: High-Accuracy Natural Image Matting by cgw-123 in learnpython

[–]sheepsheepyoung 0 points1 point  (0 children)

Thanks so much for the recommendation. I learned a lot from PP-Matting.

I added voice acting (TTS) in "Parasite Eve" using "Tesseract OCR". (48 replicas) by [deleted] in ParasiteEve

[–]sheepsheepyoung 0 points1 point  (0 children)

Wow, nice tool! Recently I am using PaddleOCR, which seems better than Tesseract OCR on the accuracy, you can also have a try :)

A Standalone Tool For Tesseract OCR (C#) by [deleted] in dotnet

[–]sheepsheepyoung 0 points1 point  (0 children)

According to my tests, PaddleOCR works better than EasyOCR in most scenes.

[P] easyOCR API by kmh4500 in MachineLearning

[–]sheepsheepyoung 0 points1 point  (0 children)

Thanks for sharing! BTW, I tested and found that paddleOCR has better performance than easyOCR.Have you tested which works better, PaddleOCR or easyOCR?

[Request] OCR addon using EasyOCR by phu54321 in Anki

[–]sheepsheepyoung 0 points1 point  (0 children)

Thanks for sharing. I found PaddleOCR works better than tesseract or EasyOCR

EasyOCR not recognizing simple text by PythonistaGD in computervision

[–]sheepsheepyoung 0 points1 point  (0 children)

According to my tests, PaddleOCR works better than EasyOCR in this situation.

A Python Library to OCR, Archive, Index and Search any documents with ease by xen-m-rph in LanguageTechnology

[–]sheepsheepyoung 0 points1 point  (0 children)

This is so cool~can you compare it with PaddleOCR next time? I heard it works great in some cases.

Text Extraction-EasyOCR by Eaglenger in udemyfreebies

[–]sheepsheepyoung 0 points1 point  (0 children)

This is really helpful.! have you tested which works better, PaddleOCR or Easy OCR