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.