The problem I am running into is that the Stripe API only accepts JPEGS/PNGS so I somehow need to convert my PDF to one of these formats to pass it into the API.
@victoria Maybe it make sense to add this to the roadmap again. Especially in the context of ChatGPT. Here i can only analyse images and not pdfs. So i need to convert the pdf to an image.... Is this intended
@victoria I think the easiest fix is adding more libraries to Javascript and Python so i can convert the pdf to an image. After a day trying I did not found any library which would allow me to do this.
But maybe I am wrong please correct me here. Community I would appreciate your help
@victoria I hope you find time soon to give us/me a feedback. Because I am currently messing around with retool to understand its capabilities. This would small feature would have a huge impact on our operations and this would be a strong Yes for retool. Who anyways wants to copy paste information out of a pdf manually ? With the conversation I could ask Chatgpt to do this for me
Hey @Gian-Luca_Muschong, thanks for the bump here. I've added your +1 to the internal ticket tracking this. As @victoria mentioned this feature request is not going to be prioritized near-term, but we'll update this topic when there is any movement.
I was able to get this to work with convertAPI (see here ) - query5 is a POST request to https://v2.convertapi.com/convert/pdf/to/jpg with a generic token (you'd need to create your own) which includes the PDF base64 and returns a jpeg file.