I'm running a free OCR program called tesseract.exe via SHELL from a PowerBASIC app. Tesseract runs without error but won't create the expected output text file.
If I run the console version of tesseract.exe As Admin (through the start menu), it will successfully create the expected output text file.
So my question is how to run tesseract.exe As Admin from within my PowerBASIC app.
If I run the console version of tesseract.exe As Admin (through the start menu), it will successfully create the expected output text file.
So my question is how to run tesseract.exe As Admin from within my PowerBASIC app.
Comment