Is there a way to easily change the SDK such that the table can be returned in polars/pandas format?
Hi,
I am working on a flow, in which we upload pdfs to S3 and then ping a lambda function that will use the Extract API in order to extract the tables from the PDF.
I see that it works well but my request is: can the SDK be changes such that it can return polars/pandas dataframes instead of a ZIP of CSVs?
Or at least give us some control over it ? Like let us submit pull requests ?
I definitely would love this possibility because now I need to run it, unzip, then read all the csvs into dataframes and then do the processing.
And everything seems fragile to me.
