I'm processing the images with OpenCV and Python. I need to remove the dots / noise from the image.
The Background and the Text,both have the empty Dots/ lines.
here is a example:

This can be implemented with OpenCV: https://docs.opencv.org/4.5.5/d9/d61/tutorial_py_morphological_ops.html
Best Regards
