ssocr

Optical character recognition tool for seven-segment displays

brewmacoslinux
Try with needOr install directly
Source

About

Seven Segment Optical Character Recognition

Commands

ssocr

Examples

Recognize digits from an image file$ ssocr image.png
Recognize digits with specific foreground color (red)$ ssocr -f red image.png
Recognize digits and output result to stdout$ ssocr -o output.txt image.png