I am working on extracting text out of images.
Initially images are colored with text placed in white, On further processing the images, the text is shown in black and other pixels are white (with some noise), here is a sample:
Now when I try OCR using pytesseract (tesseract) on it, I still am not getting any text.
Is any solution possible to extract text from colored images?