mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 12:11:04 +00:00
Updated Screen Time Feature (markdown)
parent
0d30362793
commit
3fa0fcf61e
|
@ -51,7 +51,7 @@ This was introduced to enable integration with highly restrictive applications.
|
|||
|
||||
- **`sample_any=button.png:message.png:like.png`**: This specifies a list of image templates (`button.png`, `message.png`, `like.png`) that the process will try to match in the specified region. It will stop as soon as one of these is found.
|
||||
|
||||
- **`sample_ocr=like.png`**: Once `like.png` is found in the search, OCR (optical character recognition) will be performed around the detected area, specifically a `{sample_width}x{sample_height}` pixel region around it.
|
||||
- **`sample_ocr=like.png`**: Once `like.png` is found in the search, OCR (optical character recognition) will be performed around the detected area, specifically within a `{sample_width}x{sample_height}` pixel region. The OCR is powered by [Tesseract OCR](https://github.com/tesseract-ocr/tesseract).
|
||||
|
||||
- **`sample_clipboard=button.png`**: When `button.png` is detected, a `{sample_width}x{sample_height}` pixel region around the detection is copied to the clipboard.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user