从终端运行tesseract - Python 3.6.3

时间:2017-10-09 15:39:01

标签: python-3.x terminal subprocess tesseract os.system

我正在尝试从终端运行tesseract tesseract_inputs/test.png stdout > textfile.txt,并将其返回到python,或者只是让结果保留在文本文件中。我无法弄清楚我需要输入到子进程或系统中以实现此目的。

subprocess.run('tesseract tesseract_inputs/test.png stdout > textfile.txt')

os.system('tesseract tesseract_inputs/test.png stdout > textfile.txt')

0 个答案:

没有答案