(text from image)

A lightweight and simple command‑line OCR tool for extracting text from images.
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