Skip to content

ImageBUD (DigiPal)

Latest
Compare
Choose a tag to compare
@calinux-py calinux-py released this 07 Oct 22:41
· 12 commits to main since this release
242dc28

YOU NEED TO DOWNLOAD TESSERACT FIRST:
https://github.com/calinux-py/Tesseract/tree/main

This .exe sets up a Discord bot named "DigiPal" that has two main functionalities:

Image Text Extraction and Translation:
Users can upload an image containing text and specify a language (e.g., Spanish, Russian, French, etc.) using specific commands like !translate -sp. The bot will extract the text from the image and then translate the extracted text into English. It will then send the original extracted text and its English translation back to the Discord channel to the user.

Direct Text Translation:
Users can directly provide English text to the bot with a command corresponding to a specific language (e.g., !spanish or !sp). The bot will then translate the provided text into the specified language and send back the translation to the Discord channel.

The script also provides a !help command that outputs instructions for using the bot.

Read "readme.txt" for full instructions!