TenderOwl / Frog

Extract text from any image, video, QR Code and etc.
https://getfrog.app/
MIT License
532 stars 36 forks source link

Fix image extraction with `Take a Screenshot` #199

Closed DaPigGuy closed 4 months ago

DaPigGuy commented 4 months ago

This problem was caused by two separate issues: 1) The file names passed to Image.Open were escaped (e.g. " " -> "%20") 2) Frog tries to delete the file after text extraction but might not have the permissions to do so under a sandbox

Closes #192, #182

height[bot] commented 4 months ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.