I'm trying to run the following command
tesseract test10.png text -l nor
using Java's
Runtime.getRuntime().exec()
command.
It is working when using, the simple "cmd /c dir" command, but I can not figure out the correct syntax/way to use the command.
Please help!