Wofyy / Frame2File

https://frame2-file.vercel.app
MIT License
5 stars 5 forks source link

Win Config #4

Closed SAHILGAWLI closed 2 months ago

SAHILGAWLI commented 2 months ago

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.

Wofyy commented 2 months ago

Awesome!