Muhammad Arqam Nisar

Results 2 issues of Muhammad Arqam Nisar

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'],...

Hey, I am trying to fetch images from the folder using Bbox tool. But it doesn't load any images from the folder whereas there are images present inside the folders.