Reader
that takes in a python file object instead of a file path and returns the output? I was looking into the source code for SimpleDirectoryReader
and it looks clear enough how to override some functions and create it, but is there any ready made reader or even some idea of what functions I'll need to override for it to work properly? Appreciate any help on this, thanks!