Does anyone know how to install tesseract for python on Anaconda? I have a windows system. The anaconda website gives the installation for a linux system:
conda install -c auto pytesseract
Would there be any alterations required for a windows system?
conda install -c mcs07 tesseract
conda install -c jim-hart pytesseract