Difference between revisions of "Action: Check Text In Screenshot"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action is similar to the 'Check Text On Screen', but it will take a screensho...") |
m |
||
Line 1: | Line 1: | ||
+ | <span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span> | ||
+ | |||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
− | This action is similar to the 'Check Text On Screen', but it will take a screenshot of the current screen and use OCR to try and detect textual content | + | This action is similar to the 'Check Text On Screen', but it will take a screenshot of the current screen and use OCR to try and detect textual content. |
The result of the check will be saved into a boolean variable. | The result of the check will be saved into a boolean variable. | ||
</pre> | </pre> | ||
− | <pre style="background-color: #FFFF99; color: #112A46; border-radius: 10px; padding: 10px;"> | + | <pre style="background-color: #FFFF99; color: #112A46; border-radius: 10px; padding: 10px; margin-top: 5px; margin-bottom: 5px;"> |
− | Please note that this action can recognise only Latin (European), Japanese and | + | Please note that this action can recognise only Latin (European), Japanese, Korean and Chinese character sets. |
+ | |||
+ | It can be used in games and other apps where text is drawn to the screen but it may not be 100% reliable at detecting all text. | ||
</pre> | </pre> |
Latest revision as of 17:08, 19 March 2024
About this action
This action is similar to the 'Check Text On Screen', but it will take a screenshot of the current screen and use OCR to try and detect textual content. The result of the check will be saved into a boolean variable.
Please note that this action can recognise only Latin (European), Japanese, Korean and Chinese character sets. It can be used in games and other apps where text is drawn to the screen but it may not be 100% reliable at detecting all text.