I have installed open-cv, jupyter ... But i have problems with tesseract. I have installed tesseract application but i can't install this on pycharm. Someone can help me?
pip install pytesseract
When running the program you need to specify the executable file location where you installed it for tesseract_cmd variable. For example:
pytesseract.pytesseract.tesseract_cmd = r'C:\\Program Files\\Tesseract-OCR\\tesseract.exe'