Hey, I’ve successfully resolved the issue with pytesseract on Windows! The problem was due to the application not being able to locate the pytesseract executable, which caused the loader to stop after a few seconds as it couldn’t extract the text.
I updated app.py by adding a check for the platform. If it detects Windows, it sets the path to the pytesseract executable.
Hey, I’ve successfully resolved the issue with pytesseract on Windows! The problem was due to the application not being able to locate the pytesseract executable, which caused the loader to stop after a few seconds as it couldn’t extract the text.
I updated app.py by adding a check for the platform. If it detects Windows, it sets the path to the pytesseract executable.