×

Get Text From Images

iOS 14 +

Notes

Use on-device optical character regonition, or 'OCR', to identify text in the given images.

Syntax

getTextFromImagesIAIH(images: <#Variable#>, languageCorrection: <#Boolean#>, language: <#String (Allows Variables)#>, joinText: <#Boolean#>)

Example

getTextFromImagesIAIH(images: ShortcutInput, languageCorrection: true, language: "en_us", joinText: true)