A simple Telegram bot that performs OCR on images you send to it. This bot uses Google's Vision API to extract text from images.
- Obtain a bot API key from @botfather on Telegram and a service account key (in the form of a json file) from Google Cloud Platform. Insert the API key and service account key filepath into
CREDENTIALS.py.
- Run
telebot.py
with Python 3.6 or higher.