The code in this image reads '88875111961' and I'm using an OCR to read this image, however it isn't giving me accurate results. I'm trying to also read many images like it, but they can't be accurately read either. The OCR is EasyOCR and I'm coding in python.
What I've tried:
My first thought was to change the way the image is processed, but there's other bits of information on the image that can't be read if it's processed any other way.
I then tried selective thresholding, where all the grey pixels in the image were turned to black. This didn't fix anything either.
Would anyone know a way to make this more readable? Thanks!