From d26e0227fb5904258235acb217c074ff16761bee Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 9 Apr 2024 13:53:18 -0700 Subject: [PATCH] Updated README to reflect function support for Vision Refs #19 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c221a4a..dd282f4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Text input can be pasted directly into the textarea. Drag and drop a PDF or text file onto the textarea to populate it with the contents of that file. PDF files will have their text extracted, but only if the file contains text as opposed to scanned images. -Drag and drop a single image onto the textarea - or select it with the image file input box - to process an image. These will have OCR run against them using GPT-4 Vision and then that text will be used for structured data extraction. +Drag and drop a single image onto the textarea - or select it with the image file input box - to process an image. ## Permissions