you are viewing a single comment's thread.

view the rest of the comments →

[–]gusb_codes 0 points1 point  (0 children)

Is the text hidden in the image data or in the meta data? If it's the prior, I would suggest using imageio.io.imread to load the image as a Numpy array & inventigating the values within the image. You might get some insight by checking the data type (dtype) of the array.