Screen ocr scan
Screen ocr scan activity allows a specified area on the screen and/or screen to be transferred to a variable as text.
| X-coordinate | If it is desired to limit the screen to be scanned on the screen within a certain area; this field must be filled in, along with the Y-coordinate, Height, and Width fields. |
| Y-coordinate | If it is desired to limit the screen to be scanned on the screen within a certain area; this field must be filled in, along with the X-coordinate, Height, and Width fields. |
| Width | If it is desired to limit the screen to be scanned on the screen within a certain area; this field must be filled in, along with the X-coordinate, Y-coordinate and Height fields. |
| Height | If it is desired to limit the screen to be scanned on the screen within a certain area; this field must be filled in, along with the X-coordinate, Y-coordinate and Width fields. |
| *Language | The language library is selected. |
| *Result text name | The name of the variable to which the OCR result is to be transferred. |
Note: * Fields selected with are required, others are optional.
X-coordinate example
You can use the X-coordinate as shown in the example.
68
X-coordinate, Y-coordinate, height and width field cannot be used alone. In case of using one, other fields must be filled.
Y-coordinate example
You can use the Y-coordinate as shown in the example.
347
X-coordinate, Y-coordinate, height and width field cannot be used alone. In case of using one, other fields must be filled.
Width example
You can use the Width as shown in the example.
120
X-coordinate, Y-coordinate, height and width field cannot be used alone. In case of using one, other fields must be filled.
Height example
You can use the Height as shown in the example.
35
X-coordinate, Y-coordinate, height and width field cannot be used alone. In case of using one, other fields must be filled.
Language example
You can use the Language as shown in the example.
TUR
ENG
RUS
OCR-B
Result text name example
You can use the Result text name as shown in the example.
screenOcrScan
If the X-coordinate, Y-coordinate, height and width fields is left blank, all of specified image is transferred to variable specified in the Result text name field. If the X-coordinate, Y-coordinate, height and width fields are given a value, the area that these fields specified is transfered to variable specified in the Result text name field.
Caution
The values for height and width must be an integer.
