From b736a4251c8f2f7acd06e50053f73b538b07fc71 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 2 Sep 2024 14:21:50 +0900 Subject: [PATCH] Updated Screen Time Feature (markdown) --- Screen-Time-Feature.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Screen-Time-Feature.md b/Screen-Time-Feature.md index 45b9b6e..c1bd0cf 100644 --- a/Screen-Time-Feature.md +++ b/Screen-Time-Feature.md @@ -23,6 +23,11 @@ This was introduced to enable integration with highly restrictive applications. 4. Through the `onServiceScreenTime()` event, you can receive the name of the matched template (image fragment) and the coordinates where it was matched. You can find an example of usage in `defaultService.js`. +## Available options +- `backward`: Searches the image from the end. +- `save`: Saves the screenshot for storage. The save path is `app/assets/img/_captured`. +- `ocr1281`: Performs OCR in a 128x128 pixel area around the detected coordinates of the template (image fragment). + ## Report abuse - abuse@catswords.net - ActivityPub [@catswords_oss@catswords.social](https://catswords.social/@catswords_oss)