Ive set this integration up and I cannot get it to read what I would would be a simple display/
It’s a two digit illuminated 7 segment display. The image in my camera looks like this (from an espcam, its upside down and rotated with ssocr)
As per the documentation im trying to get the right settings from the command line. So far Ive got this:
ssocr crop 468 136 165 210 -d -1 rotate 180 shear 25 r_threshold --verbose erosion camsnap4.jpg -D -t 95
This is cropped try to just get one digit. The debug image shows this:
Which to me looks like a 9, but ssocr keeps telling me its an 8. Its so consisently wrong that Im assuming i must be doing something wrong.
Any ideas?