I'd love to use the call executable functionality to run a python script after OCR is complete. Great feature idea! However, I cannot get the executable to call.
for example:
python.exe "C:\Scripts\test.py" "${capture}"
Will not run a test python script that I put in the correct folder. It won't run even if I don't send it tokens.
Additionally, I tried to run simply
cmd.exe
along with a few other executables (e.g. simply python.exe) just see if I could get a new window to open. Could not get anything to run.
I'm running on windows 10. I'm using python 3 (anaconda). Did not see any mention of any other folks using executables in the tickets and comments. Any ideas? Is this a bug? Capture2Text runs smoothly otherwise! Great program
See Ticket #104