Sorry, this is going to be a long post. Please bear with me
I want to parse multiple pdf files which contain tabular data using chatgpt and put it into an excel sheet. All pdfs are different from each other and hence i cannot specify the column names that I want to extract. All i want to do is get the table from each pdf file into an excel sheet. This my first time using make. The closest solution i came across was this and i tried to follow it. However I am not entirely sure I am doing it correctly.
I am using one drive to store my files but it isn’t mandatory. I can even use google drive.
Here’s the flow:
-
Onedrive: Watch files by update time
-
Onedrive: Download file (Not sure about this step because i need to select one specific file which does not help my case when there are multiple files that i want to parse)
-
OpenAI: Upload a file
-
OpenAI: Message an assistant
-
OpenAI: Create a completion (Not sure if this is the correct step)
-
Stuck here. If chatgpt can really return downloadable excel files then i wish to download it and upload it to my one drive folder. If it cannot return downloadable files then i want to retrieve the parse content and upload it to a google sheet.
I dont know how to proceed further. Please help