Retrieving OCR'able images from Discord
See original GitHub issuepublic string Url { get; } - this is how you get the image from discord afaik, but there is no way to incorporate this into another string, f.example a OCR? I can’t see how, because “url { get; }” using context does not produce any workable results
If anyone could help me it’d be fantastic, because it’d improve translating tenfold, by letting users directly grab the text from an image and then chucking it into WeRead or Google Translate etc.
{ AutoOcr OCR = new AutoOcr() { ReadBarCodes = false }; var Results = OCR.Read("*URL FOR IMAGE*"); await Context.Channel.SendMessageAsync(Results.Text + ""); }
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[2 Ways] How to Recover Deleted Images on Discord on ...
Open MyRecover on your computer > Select the partition that used to save Discord images, usually in C or D drive > Click...
Read more >How to Recover Deleted Images on Discord on Windows ...
To begin, locate the cache files in the Discord folder and use the CMS to discover and restore all photos that have been...
Read more >You should be careful what you post on discord, images ...
You should be careful what you post on discord, images are stored indefinitely on peoples PC's even when deleted ... Yes that's how...
Read more >Browse Deleted Discord Images With This Tool I Made (It's ...
Browse Deleted Discord Images With This Tool I Made (It's kinda OP) ... How to Recover Permanently Deleted Photos & Videos from iPhone....
Read more >[Discord] How to see deleted/cached Discord Images - YouTube
1. Open Run.exe 2. %appdata% 3. discord /Cache 4. Copy the path to your Cache folder 5. Open Command Prompt (cmd) as administrator...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue does not directly relate to Discord.Net and thus is not a valid issue; consider using other resources such as StackOverflow.
The
get;
refers to retrieving the URL. You need a client like HttpClient to download the file. Furthermore, this still isn’t classified as a valid issue, as it still does not seem to be a critical library issue. Please visit us on the Discord API server for general questions.