It is not quite that simple. I have to capture a web page that renders after a javascript (I'm still struggling with that part as selenium is deprecated and while it works I don't want to use it). Once I have the page as an image, I need to run an OCR to find the data I want and the OCR library only supports tiff.
If there is an easy way to capture a web page after JS into a tiff format I would sure like to know about it. Everything I have tried so far either won't install (python 2.7, locked in by my OS) or is not supported on Linux.
If there is an easy way to capture a web page after JS into a tiff format I would sure like to know about it. Everything I have tried so far either won't install (python 2.7, locked in by my OS) or is not supported on Linux.