I’m a bit of a beginner. However, I think I can recognize these numbers on the equipment, so I’m looking for a way, so please help me a little bit.
I tested it using pytesseract, PIL, and CV2, but it didn’t recognize it well.
enhancer.enhance(5)
threshold = 100
image.point(lambda p: p > threshold and 255)
pytesseract.image_to_string(image, lang=‘eng+kor’)
I’ve tried it.