#OCR Bot
To help people translate images or just get the text from a given image
You can either invite the running bot using this link or self host with the instructions below
git clone [email protected]:Jirubizu/OCRBot.git
cd OCRBot/
// Create a config.json with the entires defined below
dotnet run
{
"token": "",
"mongo_db_uri": "",
"mongo_db_name": "",
"ocr_token" : "",
"translate_base_url" : ""
}