Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you run EasyOCR using only text detection without running text recognition (dbnet18) #1245

Open
R4Ajeti opened this issue Apr 30, 2024 · 1 comment

Comments

@R4Ajeti
Copy link

R4Ajeti commented Apr 30, 2024

Hi,
Thanks for this awesome project but why cannot find a way of running separately only text detection?

FIRST USE CASE: I need to run this using only the CPU. And I have multiple folders. Each folder contains a huge amount of images like 900+ images per folder where the image resolution is 1280x400. And I wanna run as fast as possible I have heard that "dbnet18" is the fastest model.
Can someone give me a hint or example code on how to archive this using this package?!

SECOND USE CASE: I should train any existing model to my image dataset. Any suggestion about the best model that is super fast and not so bad in terms of accuracy? And also how do I perform training on this package?

PS: I am coming from paddleOCR btw because they have a lot of bugs these days on macOS so time to change.

@daniellovera
Copy link

You can run just text detection. See the API documentation here: https://www.jaided.ai/easyocr/documentation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants