I am trying to parse images using the Apache tika-parser in python, but sometimes I get content as "none". But when I try the same image with Google the vision API it gives me a good response.
Is it possible to integrate tika with Google vision API? If yes then how using python?