Updated Screen Time Feature (markdown)

Namhyeon Go 2024-09-04 15:19:14 +09:00
parent 85eaa7ee42
commit 5a1de37c4f

@ -26,7 +26,7 @@ This was introduced to enable integration with highly restrictive applications.
## Available options ## Available options
- `backward`: Searches the image from the end. - `backward`: Searches the image from the end.
- `save`: Saves the screenshot for storage. The save path is `app/assets/img/_captured`. - `save`: Saves the screenshot for storage. The save path is `app/assets/img/_captured`.
- `sample_ocr`: Performs OCR in a 128x128 pixel area around the detected coordinates of the template (image fragment). - `sample_ocr`: Performs OCR (Use [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)) in a 128x128 pixel area around the detected coordinates of the template (image fragment).
- `sample_clipboard`: Copies to the clipboard a 128x128 pixel area around the detected coordinates of the template (image fragment). - `sample_clipboard`: Copies to the clipboard a 128x128 pixel area around the detected coordinates of the template (image fragment).
## Report abuse ## Report abuse