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

@@ -52,6 +52,6 @@ actions = {
"accountConfiguration": _(u"Opens the account settings dialogue"),
"audio": _(u"Try to play a media file"),
"update_buffer": _(u"Updates the buffer and retrieves possible lost items there."),
# "ocr_image": _(u"Extracts the text from a picture and displays the result in a dialog."),
"ocr_image": _(u"Extracts the text from a picture and displays the result in a dialog."),
# "add_alias": _("Adds an alias to an user"),
}