Source code for the Telegram bot "uibk_technik_lunch_menue_bot". It prints the lunch menue at the three options at the Technik Campus of the University of Innsbruck. Currently under continuous development. Not expected to work reliably. Suggestions very welcome.
On Ubuntu 18
apt install libtesseract-dev tesseract-ocr tesseract-ocr-deu #(tesseract version 4 or newer is required)
pip3 install pytesseract tabula-py robobrowser datetime
pip3 install python-telegram-bot #(version 12 or newer is required!)
On Raspbian may additionally need
apt-get install libatlas-base-dev