I am working with a dataset of medical CT and MRI scan images that have white text artifacts (patient information) printed on them. I want to remove these artifacts using TensorFlow. My approach is to threshold the images to identify the artifacts and then apply a mask to remove them.
This is a sample CT scan image.
However, it didn't work, I want to know is there a commonly used method or a model for such applications?
Thank you in advance for your assistance!