How to install tesseract for python on anaconda

VK1 picture VK1 · Mar 12, 2018 · Viewed 27.1k times · Source

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?

Answer

Yedhrab picture Yedhrab · Jan 29, 2019

🚀 Working Solution (👨‍🔬 tested at Jun 2019)

  • 🕵️‍♂️ I have searched it on anaconda cloud
  • 🌟 Most downloaded version (for win64) install command:
conda install -c mcs07 tesseract
conda install -c jim-hart pytesseract