Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ocr control features #121

Merged
merged 2 commits into from
Oct 11, 2024
Merged

New ocr control features #121

merged 2 commits into from
Oct 11, 2024

Conversation

bineesh-n
Copy link
Collaborator

With this new change, following are supported :

  1. New 'execute_only_once' tag for all screens, this will allow users to write sequences to avoid some screens after execution, like desktop.
  2. Repeated empty screen execution, if no screen is matching, empty screen will execute continuously. This will allow users to properly skip screens with no-text (initial screens, loading screens) etc.
  3. Now we use 'prlctl capture' for capturing screenshots, permissions to terminal is no longer required!

With this feature, the screen configs can be "execute_only_once". If this
is set, the screen configs will be deleted immediately after execution -
to prevent future conflicts or to allow returning to the screen scenarios
@cjlapao cjlapao merged commit c69eea3 into main Oct 11, 2024
9 checks passed
@cjlapao cjlapao deleted the new-ocr-control-features branch October 11, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants