UiPath Document OCR
UiPath.OCR.Activities.UiPathDocumentOCR
Extracts a string containing all the text from the input image, along with all word positions. This OCR engine is optimized for processing document images.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Endpoint | In | InArgument<String> |
|||
| ApiKey | In | InArgument<String> |
|||
| UseLocalServer | In | InArgument<Boolean> |
|||
| UseSeparateOcrProcess | In | InArgument<Boolean> |
|||
| Image | In | InArgument<Drawing.Image> |
✓ | ||
| Timeout | In | InArgument<Int32> |
✓ | ||
| Text | Out | OutArgument<String> |
UiPath Screen OCR
UiPath.OCR.Activities.UiPathScreenOCR
Extracts a string and its information from an indicated UI element using the UiPath Screen OCR engine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Endpoint | In | InArgument<String> |
|||
| ApiKey | In | InArgument<String> |
|||
| UseAccents | In | InArgument<Boolean> |
|||
| UseLocalServer | In | InArgument<Boolean> |
|||
| UseSeparateOcrProcess | In | InArgument<Boolean> |
|||
| Image | In | InArgument<Drawing.Image> |
✓ | ||
| Timeout | In | InArgument<Int32> |
✓ | ||
| Text | Out | OutArgument<String> |