Closed NinjaScoutZ closed 1 year ago
Hmm I thought I had fixed this. What is your image file name? Remove any non utf-8 characters.
its just like a number 01.png 02.png like that
Send me the image and I'll take a look at it
Works for me, do you have the latest version of BubbleBlaster?
yep its latest version
Any non ascii char in PATH? Or long PATH?
Any non ascii char in PATH? Or long PATH?
Directory path
Try the latest release, let me know if you still have this issue
Downloading detection model, please wait. This may take several minutes depending upon your network connection. Progress: |██████████████████████████████████████████████████| 100.0% CompleteDownloading recognition model, please wait. This may take several minutes depending upon your network connection. Progress: |██████████████████████████████████████████████████| 100.0% CompleteException in Tkinter callback Traceback (most recent call last): File "C:\Users\dansa\AppData\Local\Programs\Python\Python310\lib\tkinter__init.py", line 1921, in call__ return self.func(*args) File "C:\Users\dansa\AppData\Local\Programs\Python\Python310\lib\site-packages\easyocr\easyocr.py", line 456, in readtext result = self.recognize(img_cv_grey, horizontal_list, free_list,\ File "C:\Users\dansa\AppData\Local\Programs\Python\Python310\lib\site-packages\easyocr\easyocr.py", line 379, in recognize image_list, max_width = get_image_list(h_list, f_list, img_cv_grey, model_height = imgH) File "C:\Users\dansa\AppData\Local\Programs\Python\Python310\lib\site-packages\easyocr\utils.py", line 540, in get_image_list maximum_y,maximum_x = img.shape AttributeError: 'NoneType' object has no attribute 'shape'