I want to be able to use tesseract to identify Scrabble letters. Right now, I am using an adaptive gaussian threshold and while the letters are looking nice, I cannot figure out how to remove the black area surrounding them.
image = cv2.adaptiveThreshold(image, 255, cv2.ADAPTIVE_THRESH_GAUSSIAN_C, cv2.THRESH_BINARY, 11, 2)
I also have code that thins out the lines in order for it to work with tesseract but it is not working because of the large black area surrounding the letters