OCR Execute

Kalipso - Form - Actions - Actions Description - Group Others - OCR Execute

OCR Execute opens an image file and returns any text found.

Action available for the following operating systems:

Parameters

  • Source Image <string> - Image path to be read and converted to Text.

Target Values

  • Text <string> - Select a Variable or Control to receive the Text value.

  • Line Count <numeric> - Select a Variable or Control to receive the numeric value.

  • Word Count <numeric> - Select a Variable or Control to receive the numeric value.

Target Corner Points

Four Corner Points are returned in the format: X1, Y1, X2, Y2, X3, Y3, X4, Y4 starting in the top left corner, in clockwise direction Corner Points List are returned with each element separated by CR.

  • Text <string> - Select a Variable or Control to receive the Text value.

  • Lines <string> - Select a Variable or Control to receive the Text value.

  • Words <string> - Select a Variable or Control to receive the Text value.

OCR recognition is performed using the Firebase SDK on Android and iOS, and using Windows.Media.OCR from Microsoft on Win10, and as such the recognition accuracy and result types can be different in the different platforms.

Last updated