Hi, I’ve been trying to upload images for extracting text from them but the attachment option to upload image here (https://platform.openai.com/playground/chat?models=gpt-4o) isn’t working. If I drag the image into broswer window, it gets attached but GPT does not do any thing with that image, it just says sorry I can’t do this.
Hi there! I’m having the exact same problem
I think OpenAI Playground doesn’t currently support direct image processing or text extraction from uploaded images. While you can attach images for reference, GPT models, including GPT-4, are text-based and don’t process visual content like images natively in the Playground.
For extracting text from images, you might need to use Optical Character Recognition (OCR) tools, such as Tesseract, Google Vision API, or Azure OCR, to convert the image into text before passing it to the model.