Got a digitised collection that needs OCR? uv-scripts is a set of single-file Python scripts that OCR a whole image dataset to markdown in one command — 20+ open VLMs to pick from, nothing to install but uv. github.com/davanstrien/...
- Each script is a self-contained Python file using PEP 723 inline dependency declarations, runnable with a single `uv run` command.
- Nine task categories are covered including OCR with 30+ models, audio transcription, vision detection, embeddings, and LLM inference.
- Scripts use standardized argument patterns so both humans and AI agents can run them locally or on Hugging Face Jobs GPU infrastructure.