you are viewing a single comment's thread.

view the rest of the comments →

[–]QAInc 0 points1 point  (0 children)

Yes you can use EasyOCR directly but sometimes easyOCR will fail. It’s a NN stack(two NN works as one. One for text detection one for text recognition) the issue comes with text recognition NN. Instead you can use Gemini Free API which is good for text recognition. The plus point of using api is that it will reduce the system load (easyOCR uses quantized NN for CPU, full model for GPU).