Extract Text

Extracts text from document.

The Extract Text activity uses the Document AI Client to extract the text from a document. The extracted output will be formatted to have matching lines with the document.

The Document AI Client should be configured to extract Text.

Input

  • Input Document : String Argument Required The path to the input document. Supported formats depends on the client configuration., but pdf, jpg, png, bmp formats are generally supported.

  • Extraction Client : DocAIClient Variable Required The Document AI Client variable.

Output

  • Extracted Text : String Variable Required The extracted text from the activity.

Last updated