sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.69k stars 798 forks source link

Add OCR in Docker #726

Open dima12qw opened 4 years ago

dima12qw commented 4 years ago

Hello! How to add pytesseract to work in docker container? I use the Dockerfile for running SimpleCV, and when I use readText() function , it throws an error that pytesseract in not installed.