Easyocr terminates without any error and the readtext function doesn't work.
While trying to read text from an image, the program terminates without any error and without any output. Code: import easyocr import cv2
img = cv2.imread('abc.jpg')
reader = easyocr.Reader(['hi', 'en'], gpu=False)
results = reader.readtext(img, detail = 1, paragraph=False) print(results)
Output: Using CPU. Note: This module is much faster with a GPU
i have the same issue. the problem is on your CPU using old architecture older than haswell series.
i have the same issue. the problem is on your CPU using old architecture older than haswell series.
did you find a solution
i have the same issue. the problem is on your CPU using old architecture older than haswell series.
did you find a solution
i upgraded my pc as well. i use PC with successor of haswell series, i5 12th generation. its works smoothly