DLL load failed while importing cv2 in windows server 2012
I am trying to run python app using IIS Http handler mapping. On my local machine it is working fine.
either CUDA nor MPS are available – defaulting to CPU. Note: This module is much faster with a GPU
I’m writing Python code, needing to take a screenshot and recognize words. EasyOCR Neither CUDA nor MPS are available – defaulting to CPU. Note: This module is much faster with a GPU, but I’m unsure how to enable it. code on EasyOCR: reader = easyocr.Reader([‘de’]) def recognize_text(take_screenshot): result = reader.readtext(take_screenshot, detail=0) recognized_text = ‘ ‘.join(result) […]