I need to remove everything but the black text from an image.
I tried using threshold, adaptiveThreshold but nothing seems to work properly.
I also tried iterate throught all the pixels and change anything that wasn't black, or almost black, to absolute white, and the keep the rest absolute black. But it took too long and the result wasn't good too.
The image I'm trying to extract the texts is that. image from crv
Could anyone help me?