A lightweight Obsidian plugin that uses OpenAI's GPT-4 Vision API to extract text from images with high accuracy.
- 🔍 High Accuracy: Uses OpenAI's GPT-4 Vision API for superior text extraction quality
- 🚀 Simple Interface: One-click toolbar button for quick access
- 📝 Direct Integration: Automatically appends extracted text to your current note
- 🎯 Focused Functionality: Streamlined for image-to-text conversion
- Create a file named
ai-text-extractor-config.md
in your vault - Add your OpenAI API key:
{
"apiKey": "your-api-key-here",
"model": "gpt-4-vision-preview"
}
- Click the scan icon in the left sidebar
- Select an image file
- The extracted text will be automatically appended to your current note
- OpenAI API key
- Internet connection
- Requires OpenAI API key
- Internet connection needed
- Currently supports images only (no PDF or document support)
- API usage may incur costs depending on your OpenAI plan
MIT License