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.

On Android, if the recognition engine is not installed on the device, the device may require internet connection to download the engine. This is done using Google Play services, so it is required that the device as Google Play services enabled. The first times you make an OCR request, if the engine is not yet downloaded you will get an error.

Last updated