1

I installed the Tesseract OCR engine and the pytesseract client library so that I can read strings that are contained in images. Regardless of which way I cut the cake, I get the following error. Any ideas?

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
Malik Brahimi
  • 16,341
  • 7
  • 39
  • 70

0 Answers0