A minimal, fully offline OCR setup using Python + EasyOCR.
The goal of this project is simplicity:
- no GUI
- no cloud services
- no API keys
- no accounts
- easy to reproduce
It processes all images in a folder and outputs extracted text into plain .txt files.
- Fully offline OCR
- Processes all images in a directory
- Outputs one
.txtfile per image - Simple and transparent Python script
- Scriptable and easy to modify