A lightweight and simple command‑line OCR tool for extracting text from images. Ideal for developers and users who only require basic image to text OCR functionality . Console only application (No GUI)
USAGE:
C:\Progs>LWOCR
Usage: LWOCR.exe <image_path> [text_output] [options]
Options:
--brightness=X (-1.0 to 1.0, default 0.0)
--contrast=X (0.0 to 5.0, default 1.0)
--gamma=X (0.1 to 5.0, default 1.0)
--digits Only output digits
--save-image=path Save processed image
Examples:
LWOCR.exe image.png # Output to console
LWOCR.exe image.png output.txt # Output to file
LWOCR.exe image.png --brightness=0.2 # Adjust brightness
LWOCR.exe image.png output.txt --save-image=processed.png
Support: mrbeepbeepp@gmail.com
`
Features
- No installation or setup required
- PNG text capture: outputs to console or a text file
- Native Windows OCR: uses built‑in Windows 10/11 recognition
- Lightweight: under 100 KB and extremely fast
- Image tuning: brightness and gamma options for tricky images