I use tesseract to transform the text in image to plain text and I do that using pyautogui.typewrite
because print
doesn't really work for my case.
The plain text is formatted like this: "F I J D S"
Is it possible to ignore the space key and shift key, so that the output is "fijds"?