UiPath.MicrosoftVision.Activities.ReadHandwrittenText
Identifies and reads handwritten text within the image.
Properties
Common
- DisplayName - The display name of the activity.
Input
- ImagePath - The path to a local image to analyze. The field is mutually exclusive with ImageUrl. This field supports only Strings and String variables.
- ImageUrl - The URL to a remote image to analyze. The field is mutually exclusive with ImagePath. This field supports only Strings and String variables.
- Mode - Mode selection depending on the type of text.
The following options are available:- Handwritten - Used if the provided image contains handwritten text.
- Printed - Used if the provided image contains printed text.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Text - A string which contains all the text identified within the specified image. This field supports only Strings and String variables.
- Result - An
Array<TextLines>
variable that contains information on each line of text identified in the image and its respective position.
The 'TextLines' variable has the following structure:
- Text - String. The text of the line.
- Position - Rectangle. The position of the identified text.
Updated 6 months ago