Pdf Automation

⌘K
  1. Home
  2. Docs
  3. Pdf Automation
  4. ReadPdfOCR

ReadPdfOCR

ReadPDFFile.ReadPDFOCR

  • ReadPDFOCR activity is used to read all the characters from a specified image file with help of built-in OCR technology and storing the output in a string variable.

Properties

      Input

  • FileName (InArgument<String>) – The full path of the image file which needs to be read.

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.

      Output

  • Error (OutArgument<String>) – Stores the error occurs during the execution of the activity in a string variable.
  • Text (OutArgument<String>) – Stores the output of the image file which was read.>) – Stores the output of the image file which was read.