I am trying to OCR a document using OCRFeeder, but when I press the OCR button I get an error and it won't function
I'm assuming it can't write to /tmp for some reason. I tried running as root, but it had the same error. What can I try to fix this?
Code:
cat: /tmp/ocrfeeder_AdxiAl/tmpPBzAcp.txt: No such file or directory
rm: cannot remove '/tmp/ocrfeeder_AdxiAl/tmpPBzAcp.txt': No such file or directory
cat: /tmp/ocrfeeder_AdxiAl/tmpwS9kbK.txt: No such file or directory
rm: cannot remove '/tmp/ocrfeeder_AdxiAl/tmpwS9kbK.txt': No such file or directory
I'm assuming it can't write to /tmp for some reason. I tried running as root, but it had the same error. What can I try to fix this?