Hey, does anyone have any idea on the paramters I should use to get the value (7.50) out of this image? I’m current testing on the command line with -> sudo ssocr remove_isolated crop 0 0 350 170 -c decimal -t 15 -d -1 -o ph_crop_test.png -Dph_debug_test.png ssocr-ph_reading.png
, however, I just can’t get it
This image evaluated to “.7.501”. So I just need to get rid of the extra decimal point and the trailing 1.
Check https://www.home-assistant.io/integrations/seven_segments/#setup-process. There you can find an example about the setup. I designed the integration in a way that it should be possible to use the command-line parameters for the image processing.
Thanks for the reply, I can see that I’m able to add all the parameters I need. My issue is more a seven segments question really. The value in the image is clearly “7.50” but ssocr returns “.7.501”, and I can’t seem to eliminate the leading decimal point and the trailing 1
i am on Hassio and I have followed the setup process as described. should ssocr install automatically or do I have to install it separately and if yes, how should I do it ?