Can you add support for taking in raw bytes from a pdf instead of just a path?
To handle multi-page documents, I am trying to submit each page individually. But writing to a temporary file seems unnecessary if you can just take in the bytes directly.
Can you add support for taking in raw bytes from a pdf instead of just a path?
To handle multi-page documents, I am trying to submit each page individually. But writing to a temporary file seems unnecessary if you can just take in the bytes directly.