diff --git a/Screen-Time-Feature.md b/Screen-Time-Feature.md index 93465f4..b1ecb4b 100644 --- a/Screen-Time-Feature.md +++ b/Screen-Time-Feature.md @@ -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.