PermissionError: [Errno 13] Permission denied:

i am trying to use a ocr model to translate my text but i need to access the tesseract.exe file to translate from image. The app is working fine in my localhost but when i am deploying the app there seems to be an error accessing the file.

source code - GitHub - sailohitaksh-cryptic/Mandarin-Translator

deployed app - https://mandarin-translator.streamlit.app/

This will not work on streamlit cloud, you cannot run Windows executables there, since the streamlit cloud runtime is based on Linux debian bookworm.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.