1

pytesseract画像に含まれる文字列を読み取れるように、Tesseract OCR エンジンとクライアント ライブラリをインストールしました。どちらの方法でケーキを切っても、次のエラーが発生します。何か案は?

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    pytesseract.image_to_string(i)
  File "C:\Python27\lib\site-packages\pytesseract\pytesseract.py", line 161, in image_to_string
    config=config)
  File "C:\Python27\lib\site-packages\pytesseract\pytesseract.py", line 94, in run_tesseract
    stderr=subprocess.PIPE)
  File "C:\Python27\lib\subprocess.py", line 710, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
    startupinfo)
WindowsError: [Error 740] The requested operation requires elevation
4

0 に答える 0