Handwriting Detection
UiPath.GoogleVision.Activities.HandwrittingDetection
Identifies and reads the handwritten text in an image.
Properties
Common
- ContinueOnError - If set, the remaining activities are executed if the current activity fails.
- DisplayName - The display name of the activity.
Input
- Image Path - The path to the local image to analyze. The field is mutually exclusive with Image URL and supports only Strings and String variables.
- Image URL - The URL to the remote image to analyze. The field is mutually exclusive with Image Path and supports only Strings and String variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- IdentifiedText - An array of
Stringthat contains the text from the image split by lines. - Language - The language of the written text. Supports only
StringsandStringvariables. - ReturnedText - The identified text returned as a `String'; each line is separated by a newline character.