You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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