0

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:

enter image description here

but the output of the image using paddle OCR is 8L1100

It reads this image perfectly:

enter image description here

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.

Jinen Rathore
  • 65
  • 1
  • 6
  • `8L1100` looks like it rotated the image by 180 degrees – Christoph Rackwitz Jun 07 '23 at 07:06
  • Please edit your question, and include a reproducible code sample. Please note that there is no generic solution that is going to work for all the images you are not showing us (we can only address the posted images). – Rotem Jun 07 '23 at 20:45

0 Answers0