pytesseract.pytesseract.TesseractError: (2, 'Usage: pytesseract [-l lang] input_file')
#Install tesseract using installer which is available at:
#https://github.com/UB-Mannheim/tesseract/wiki
#install pytesseract using the folling command
#pip install pytesseract
#when every thing is ready
#set the tesseract path in the script
pytesseract.pytesseract.tesseract_cmd = r'C:UsersUSERAppDataLocalTesseract-OCRtesseract.exe'