Open AhzamHassan opened 4 days ago
The GPT-4 API doesn’t support image processing directly, as it handles only text inputs. To resolve this, use an OCR tool like Tesseract to extract text from the image, then pass the extracted text to the GPT-4 API for analysis or problem-solving.
I am trying to upload an image to get response from the openAI using its API but the response says, i am unable to process images. my code:
Response (Postman):