I have installed pytesseract in Windows 10 system. When I try to run the following line,
pytesser=pytesseract.image_to_string(image)
It throws an error saying,
WindowsError: [Error 5] Access is denied
Even after changing the tesseract_cmd path, it throws the same error.
Looking for the other possible ways to sort this issue.TIA