I use tesseract ocr to recognize the text on the image. I have a problem with images that have curly lines. I tried various method such as threshold, gaussian filter, extract by color.. but I cannot remove it. I want to delete the lines without loosing the numbers
This is the image using the threshold method
I’m using opencv for image processing and tesseract 4.0 for recoginize the text
Any hint or some sense of direction will be much appreciated. Thanks in advance for your help.