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)