When executing this code:
import easyocr
Reader = easyocr.Reader(['en'])
I get this warning:
CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU.
I've already downloaded CUDA but it is quite complicated and I couldn't find a tutorial that fits my needs.
What can I do so that easyocr is using my GPU and not CPU?
(I'm new to stackoverflow so please don't be mad if the question is asked wrong. Thanks!)