Skip to main content

OCR

Extract text from an image using Optical Character Recognition (OCR).

Category: Data Processing & Transformation · Group: Data Processing · Activity name: OCR

The OCR activity in the designer

Example

outputVariable = OCR("<filePath>")

Inputs

NameTypeRequiredDefaultDescription
Document pathstringYesPath of the document to be processed.

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the extracted text.