Running RapidOCR with GPU Acceleration #225
Unanswered
BennisonDevadoss
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you want to use GPU accelerated inference, it is recommended to use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using RapidOCR for text extraction from images, and it's working well. However, I noticed that by default, it processes images using the CPU. I would like to know if it's possible to run RapidOCR with GPU acceleration for better performance.
Here's the relevant part of my code:
I'm using the following version of RapidOCR:
I tried initializing RapidOCR with
use_gpu=True
, but it still runs on the CPU. Has anyone successfully run RapidOCR with GPU acceleration? If so, could you please guide me on how to enable it?Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions