This is a Telegram bot that can extract text from images and return it as a message. The bot is built with Spring Boot and uses the Tesseract-OCR library for optical character recognition.
- Image-to-text conversion: Simply send a picture to the bot, and it will try to extract the text from it and return it as a message.
- Language selection: The bot supports multiple languages, so users can specify the language of the source picture to get more accurate results.
- Easy deployment: The application is ready to be deployed to Heroku, so you can get your own instance of the bot up and running in no time.
The bot is built with Java 11 and Spring Boot. It is based on the TelegramBots library, which provides a simple and flexible framework for building Telegram bots.
A real working example of the bot can be found at https://t.me/mitrofmepbot. Feel free to try it out and see how it works.