From a group of text like below
I want to MAKE a BOUNDING BOX on INDIVIDUAL CHARACTER. However, I am unable to do so.
I've tried to use Easy OCR with following settings but it only recognizes individual words:
reader = eo.Reader(['en'],gpu=True)
result = reader.readtext(imgOriginal,y_ths=0.0000000001,x_ths=0.0000000001,paragraph=False)
I tried to set psm/oem in tesserocr/pytesserocr but still I wasn't able to get the individual character. Please Help.