Usage - rootiest/obsidian-ai-image-ocr GitHub Wiki
๐ Basic Usage
Hereโs how to get started with extracting text from images in Obsidian.
๐ผ๏ธ Single Image OCR
From an Image File
- Open the command palette (
Ctrl+P
orCmd+P
). - Choose the AI Image OCR: Extract text from image command.
- Select an image file with the picker.
- The text will be extracted and output per your configuration.
From an Embedded Image
- Place the cursor below the embedded image in your note.
- Open the command palette (
Ctrl+P
orCmd+P
). - Choose the AI Image OCR: Extract text from embedded image command.
- The text will be extracted and output per your configuration.
Replace an Embedded Image
- Select the embedded image in your note.
- Open the command palette (
Ctrl+P
orCmd+P
). - Choose the AI Image OCR: Extract text from embedded image command.
- The text will be extracted and the embedded image will be replaced with its text.
๐ Batch Mode
From a Folder Containing Images
- Open the command palette (
Ctrl+P
orCmd+P
). - Choose the AI Image OCR: Extract text from all images in folder command.
- Select a folder containing images.
- The text will be extracted from all images in the folder and output per your configuration.