Updated Screen Time Feature (markdown)

Namhyeon Go 2024-09-20 18:33:02 +09:00
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.