I am trying to read the 7 segment display using Paddle OCR, sometimes it reads correctly otherwise it reads poorly given the image is clear and visible to read
For example: This image is clear and readable:
but the output of the image using paddle OCR is 8L1100
It reads this image perfectly:
Output is: 240141
I did try some preprocessing on the image by grayscale, blurring and using opening and closing on the image, but the same problem persists.


For the first image the OCR has flipped the text - (think BOOBS on a calculator). You can pass
use_angle_cls=Falseargument to PaddleOCR.