×

Get Text From Images

iOS 14 +

Notes

Identify text in the given images. The detected text is copied to the clipboard in the Toolbox Pro app before returning to Shortcuts. It's best to add a "wait to return" and a "get contents of clipboard" action after this one.

Syntax

getTextFromImage(image: <#Variable#>, languageCorrection: <#Boolean#>, language: <#String (Allows Variables)#>)

Example

getTextFromImage(image: ShortcutInput, languageCorrection: false, language: "false")