ocr2text
ocr2text copied to clipboard
FileNotFoundError: [WinError 2] The system cannot find the file specified
I am facing below issue.
This sounds like the same issue described in https://stackoverflow.com/questions/53619765/python-subprocess-filenotfounderror
Maybe try to locate where in your filesystem your version of Python 3.8 is and determine where subprocess.py
is, then compare it to the path, above, where the command is looking, and determine why they are mismatched, per suggestions in the link above?