- read pdf file from amazon s3 (using boto)
- save it locally as 123.pdf
- open and parse the locally saved pdf using PDFLib/TET
I am currently able to perform all 3 steps above but I want to skip the step 2 to save on Disk I/O.
It looks like one can use tet_open_document_mem to make TET open the document in memory but there is no documentation available on how one can use one.