We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154916a commit ebfb110Copy full SHA for ebfb110
bot/main.py
@@ -21,6 +21,7 @@ def get_text_from_image(path):
21
logging.info("image opened")
22
return pytesseract.image_to_string(img, lang="rus+eng", timeout=30)
23
24
+
25
def echo_photo(update: Update, context: CallbackContext) -> None:
26
print(update.message.photo)
27
lst = update.message.photo
0 commit comments