OCR tool with screenshot selection using Ollama.
Install with pipx:
pipx install .Or from a local directory:
pipx install /path/to/neocrSimply run:
neocrThe tool will:
- Capture your screen
- Let you select a region with your mouse
- Extract text from the selected region using Ollama OCR
- Copy the extracted text to your clipboard
Press ESC to cancel the selection.
- Python 3.8+
- Ollama with the
qwen3-vl:8bmodel (or modify the model name in the code) - tkinter (usually included with Python)
- xclip or xsel (for clipboard on Linux)