EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

Easyocr terminates without any error and the readtext function doesn't work.

Open ArqamNisar opened this issue 1 year ago • 3 comments

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

ArqamNisar avatar Jan 25 '24 10:01 ArqamNisar

i have the same issue. the problem is on your CPU using old architecture older than haswell series.

razorext2 avatar Aug 23 '24 04:08 razorext2

i have the same issue. the problem is on your CPU using old architecture older than haswell series.

did you find a solution

splake975 avatar Jan 14 '25 03:01 splake975

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

razorext2 avatar Jan 15 '25 02:01 razorext2