Skip to content

Jirubizu/OCRBot

Repository files navigation

#OCR Bot

Purpose

To help people translate images or just get the text from a given image

Usage

You can either invite the running bot using this link or self host with the instructions below

Setup

git clone git@github.com:Jirubizu/OCRBot.git
cd OCRBot/
// Create a config.json with the entires defined below
dotnet run

Config.json

{
    "token": "",
    "mongo_db_uri": "",
    "mongo_db_name": "",
    "ocr_token" : "",
    "translate_base_url" : ""
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages