TesseractNotFound issue when containerizing in docker
问题 Problem: I had tesseract installed in local machine and its path is at /usr/local/Cellar/tesseract/4.1.1/bin/tesseract . Everything works perfectly until I containerized it in docker with error message as: pytesseract.pytesseract.TesseractNotFoundError: is not installed or it's not your PATH What I've tried: Based on the error message, this is what I've tried: 1). Add PATH in docker desktop app under file sharing to /usr/local and mount the file path from local to docker - still getting the