A friendly Telegram bot that helps you extract text from images and PDFs. Ask questions about your documents, and get answers right away! Not every file might work perfectly, but it does its best! Max file size is 20MB.
- 📝 Extract text from PDFs, PNGs, and JPEGs
- ❓ Ask questions about your documents
- 🔗 Process files from URLs too
- 🤖 Super easy to use with a simple menu
- Bun
- Grammy (Telegram Bot Framework)
- ParseDog SDK
- DrizzleORM
- TypeScript
- Create a Telegram bot via @BotFather
- Install Bun
- Clone it
git clone https://github.com/yourusername/workpaw-ocr-bot.git
cd workpaw-ocr-bot- Install stuff
bun install- Create
.envand add your token
BOT_TOKEN=your_telegram_bot_token
NOTIFICATIONS_BOT_TOKEN=your_notifications_bot_token- Run it!
bun start- Find the bot on Telegram
- Send any PDF or image
- Pick what you want:
- Extract: Get all the text
- Answer: Ask questions about your document
Feel free to jump in! Open an issue or submit a PR if you want to help make this bot even better. No fancy rules - just be cool and write good code! 😎