well I’m looking to create a laravel app and the OpenAI API that will analyze documents and send me the descriptions of these documents how API cannot receive pdf I convert them to jpg and then send them to the api my problem is that my method to send images does not seems not to work :
well I’m looking to create a laravel app and the OpenAI API that will analyze documents and send me the descriptions of these documents how API cannot receive pdf I convert them to jpg and then send them to the api my problem is that my method to send images does not seems not to work :
` $imageUrl = asset('storage/Pdfs/images/' . $filejpgeg);