GPT-OCR is an easy-to-use command line interface tool to quickly read text from any *.jpg/png image using OpenAI's GPT4-Vision-Preview model. Available for Windows and Linux and can be used either standalone or integrated into other processes.
- Windows or Linux Operating System
- OpenAI API Key
Download the binary here and execute it via command line. Usage:
gpt-ocr.exe --input (path to the image) --apikey (openai api key)The --apikey flag can be omitted by setting the environment variable OCR_APIKEY
