Skip to content

thismajid/ocr-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR Telegram Bot

An OCR (Optical Character Recognition) bot built using Telegram Bot API, Tesseract.js.

Features

  • Extract text from images and PDFs.
  • Supports multiple file formats.

Getting Started

  1. Clone the repository:
git clone https://github.com/thismajid/ocr-telegram-bot.git
  1. Install dependencies:
cd ocr-telegram-bot
npm install
  1. Create a new Telegram bot using the BotFather and obtain a token.

  2. Configure the environment:

Create a .env file and add the following variables

BOT_TOKEN=<your_bot_token>
  1. Start the bot:
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published