Hey, im currently working on my first project with Node-Red. I'm using an ESP32-Cam to take pictures of my count meter and tried image processing it with ssocr
ssocr works pretty simple, you enter the command for the image procession in the terminal and then get the numbers that have been detected. (this works perfectly fine in the terminal)
the command looks like this:
ssorc -t 20 /home/pi/Pictures/image3.jpg
the image is located in /home/pi/Pictures.
When i try using the exec command however I always get the error-message:
"ssocr error could not load image". Do I have to give permissions to node-red to be able to use the software or image? Or is it just not possible to use software like this?
Thanks in advance for your help! I also tried using the contrib-tesseract, but i wasnt able to get it working with 7-segment-displays, if you have any ideas on how to fix this, that would be awesome