Mastodon: Implemented OCR for images in posts

This commit is contained in:
2023-04-05 12:57:37 -06:00
parent db4607f17e
commit 00a5ad9e59
6 changed files with 76 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class Handler(object):
unfav=_("Remove from favorites"),
view=_("&Show post"),
view_conversation=_("View conversa&tion"),
ocr=None,
ocr=_("Read text in picture"),
delete=_("&Delete"),
# In user menu.
follow=_("&Actions..."),