フォローするこのページOCRmyPDF
Cygwinにインストールされました。管理者以外のアカウントでこれを行ったため、プロセスが~/.local/
必要なファイルを作成しました。ただし、次のコマンドは一致する実行ファイルを生成しませんocrmypdf
。
$ find ~ /!(c|cygdrive) -name 'ocrmypdf*' # Nothing from Bash
$ python3
>>> ocrmypdf --help # From Python
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'ocrmypdf' is not defined
実行ファイルはどこにあり、どのように呼び出すのですか?
PS完全免責事項:私はPythonに初めて触れました。